input/ffmpeg: use av_strerror()

Generate more detailed error messages.
This commit is contained in:
Max Kellermann
2014-08-18 20:20:51 +02:00
parent 636f5d4a1d
commit e6e9c21275
5 changed files with 80 additions and 4 deletions
+1
View File
@@ -781,6 +781,7 @@ endif
if HAVE_FFMPEG
noinst_LIBRARIES += libffmpeg.a
libffmpeg_a_SOURCES = \
src/lib/ffmpeg/Error.cxx src/lib/ffmpeg/Error.hxx \
src/lib/ffmpeg/Domain.cxx src/lib/ffmpeg/Domain.hxx
FFMPEG_LIBS2 = libffmpeg.a $(FFMPEG_LIBS)
endif