|
|
|
@ -35,7 +35,7 @@ |
|
|
|
|
#include "libavfilter/avfilter.h" |
|
|
|
|
#include "libswscale/swscale.h" |
|
|
|
|
#include "libswresample/swresample.h" |
|
|
|
|
#include "libpostproc/postprocess.h" |
|
|
|
|
//#include "libpostproc/postprocess.h"
|
|
|
|
|
#include "libavutil/attributes.h" |
|
|
|
|
#include "libavutil/avassert.h" |
|
|
|
|
#include "libavutil/avstring.h" |
|
|
|
@ -1130,7 +1130,7 @@ static void print_all_libs_info(int flags, int 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); |
|
|
|
|
// PRINT_LIB_INFO(postproc, POSTPROC, flags, level);
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
static void print_program_info(int flags, int level) |
|
|
|
|