Mercurial > libavcodec.hg
comparison avcodec.h @ 3132:f16ccfe674cc libavcodec
Increase maximum number of B-frames, necessary for H.264 encoding.
patch by Erik Slagter, erik at slagter .... name
| author | diego |
|---|---|
| date | Sun, 19 Feb 2006 22:44:35 +0000 |
| parents | 0ebbd476ba32 |
| children | ddf6d81a6369 |
comparison
equal
deleted
inserted
replaced
| 3131:9aec091b342f | 3132:f16ccfe674cc |
|---|---|
| 322 } RcOverride; | 322 } RcOverride; |
| 323 | 323 |
| 324 /* only for ME compatiblity with old apps */ | 324 /* only for ME compatiblity with old apps */ |
| 325 extern int motion_estimation_method; | 325 extern int motion_estimation_method; |
| 326 | 326 |
| 327 #define FF_MAX_B_FRAMES 8 | 327 #define FF_MAX_B_FRAMES 16 |
| 328 | 328 |
| 329 /* encoding support | 329 /* encoding support |
| 330 these flags can be passed in AVCodecContext.flags before initing | 330 these flags can be passed in AVCodecContext.flags before initing |
| 331 Note: not everything is supported yet. | 331 Note: not everything is supported yet. |
| 332 */ | 332 */ |
