libx264: add 'b-bias' private option

Deprecate AVCodecContext.bframebias.
This commit is contained in:
Anton Khirnov
2011-09-01 13:15:09 +02:00
parent bb73cda2f6
commit f83c45183e
3 changed files with 11 additions and 2 deletions

View File

@@ -2433,12 +2433,14 @@ typedef struct AVCodecContext {
*/
int chromaoffset;
#if FF_API_X264_GLOBAL_OPTS
/**
* Influences how often B-frames are used.
* - encoding: Set by user.
* - decoding: unused
*/
int bframebias;
attribute_deprecated int bframebias;
#endif
/**
* trellis RD quantization