Increase maximum number of B-frames, necessary for H.264 encoding.

patch by Erik Slagter, erik at slagter .... name

Originally committed as revision 5039 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Erik Slagter 2006-02-19 22:44:35 +00:00 committed by Diego Biurrun
parent de23f234df
commit b0ec9efd7a
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ typedef struct RcOverride{
/* 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