[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h,1.454,1.455

Diego Biurrun CVS diego
Sun Feb 19 23:44:37 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv29948/libavcodec

Modified Files:
	avcodec.h 
Log Message:
Increase maximum number of B-frames, necessary for H.264 encoding.
patch by Erik Slagter, erik at slagter .... name 


Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.454
retrieving revision 1.455
diff -u -d -r1.454 -r1.455
--- avcodec.h	17 Feb 2006 03:17:42 -0000	1.454
+++ avcodec.h	19 Feb 2006 22:44:35 -0000	1.455
@@ -324,7 +324,7 @@
 /* only for ME compatiblity with old apps */
 extern int motion_estimation_method;
 
-#define FF_MAX_B_FRAMES 8
+#define FF_MAX_B_FRAMES 16
 
 /* encoding support
    these flags can be passed in AVCodecContext.flags before initing





More information about the ffmpeg-cvslog mailing list