mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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:
parent
de23f234df
commit
b0ec9efd7a
@ -324,7 +324,7 @@ typedef struct RcOverride{
|
|||||||
/* only for ME compatiblity with old apps */
|
/* only for ME compatiblity with old apps */
|
||||||
extern int motion_estimation_method;
|
extern int motion_estimation_method;
|
||||||
|
|
||||||
#define FF_MAX_B_FRAMES 8
|
#define FF_MAX_B_FRAMES 16
|
||||||
|
|
||||||
/* encoding support
|
/* encoding support
|
||||||
these flags can be passed in AVCodecContext.flags before initing
|
these flags can be passed in AVCodecContext.flags before initing
|
||||||
|
Loading…
Reference in New Issue
Block a user