Commit 0281b26f authored by diego's avatar diego

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

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5039 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b2e4094
......@@ -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