summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-22 03:09:58 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-22 03:09:58 +0100
commit3bd02db96f68f94de68988fd258fcec46c392c30 (patch)
tree8a17f7a6ba44086d9c192c354a53160cf32555c0 /cmdutils.c
parent3339f87dbd3609cd13c9442adab33a1bb03da838 (diff)
downloadffmpeg-streaming-3bd02db96f68f94de68988fd258fcec46c392c30.zip
ffmpeg-streaming-3bd02db96f68f94de68988fd258fcec46c392c30.tar.gz
cmdutils: print swr versions too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.c b/cmdutils.c
index 4a5421b..e3497a2 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -33,6 +33,7 @@
#include "libavfilter/avfilter.h"
#include "libavdevice/avdevice.h"
#include "libswscale/swscale.h"
+#include "libswresample/swresample.h"
#include "libpostproc/postprocess.h"
#include "libavutil/avstring.h"
#include "libavutil/mathematics.h"
@@ -579,6 +580,7 @@ static void print_all_libs_info(int flags, int level)
PRINT_LIB_INFO(avdevice, AVDEVICE, flags, level);
PRINT_LIB_INFO(avfilter, AVFILTER, flags, level);
PRINT_LIB_INFO(swscale, SWSCALE, flags, level);
+ PRINT_LIB_INFO(swresample,SWRESAMPLE, flags, level);
PRINT_LIB_INFO(postproc, POSTPROC, flags, level);
}
OpenPOWER on IntegriCloud