Commit b0ec9efd authored by Erik Slagter's avatar Erik Slagter Committed by Diego Biurrun

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
parent de23f234
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment