You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge remote-tracking branch 'qatar/master'
* qatar/master: FATE: use updated reference for aac-latm_stereo_to_51 avconv: use libavresample Add libavresample FATE: avoid channel mixing in lavf-dv_fmt Conflicts: Changelog Makefile cmdutils.c configure doc/APIchanges ffmpeg.c tests/lavf-regression.sh tests/ref/lavf/dv_fmt tests/ref/seek/lavf_dv Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -32,6 +32,7 @@ | ||||
| #include "libavformat/avformat.h" | ||||
| #include "libavfilter/avfilter.h" | ||||
| #include "libavdevice/avdevice.h" | ||||
| #include "libavresample/avresample.h" | ||||
| #include "libswscale/swscale.h" | ||||
| #include "libswresample/swresample.h" | ||||
| #if CONFIG_POSTPROC | ||||
| @@ -633,7 +634,8 @@ static int warned_cfg = 0; | ||||
|         const char *indent = flags & INDENT? "  " : "";                 \ | ||||
|         if (flags & SHOW_VERSION) {                                     \ | ||||
|             unsigned int version = libname##_version();                 \ | ||||
|             av_log(NULL, level, "%slib%-11s %2d.%3d.%3d / %2d.%3d.%3d\n",\ | ||||
|             av_log(NULL, level,                                         \ | ||||
|                    "%slib%-11s %2d.%3d.%3d / %2d.%3d.%3d\n",            \ | ||||
|                    indent, #libname,                                    \ | ||||
|                    LIB##LIBNAME##_VERSION_MAJOR,                        \ | ||||
|                    LIB##LIBNAME##_VERSION_MINOR,                        \ | ||||
| @@ -662,6 +664,7 @@ static void print_all_libs_info(int flags, int level) | ||||
|     PRINT_LIB_INFO(avformat, AVFORMAT, flags, level); | ||||
|     PRINT_LIB_INFO(avdevice, AVDEVICE, flags, level); | ||||
|     PRINT_LIB_INFO(avfilter, AVFILTER, flags, level); | ||||
| //    PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level); | ||||
|     PRINT_LIB_INFO(swscale,  SWSCALE,  flags, level); | ||||
|     PRINT_LIB_INFO(swresample,SWRESAMPLE,  flags, level); | ||||
| #if CONFIG_POSTPROC | ||||
|   | ||||
		Reference in New Issue
	
	Block a user