Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-09-01 15:15:09 +0400
committerAnton Khirnov <anton@khirnov.net>2011-09-06 22:14:35 +0400
commitf83c45183e6b98e553d25cbf51a9b4c729e959b9 (patch)
tree1c4e39b678c910e7610aa1086a9d91478903e58b /libavcodec/avcodec.h
parentbb73cda2f6667aa2c1b805a31a10ce9d59c3293d (diff)
libx264: add 'b-bias' private option
Deprecate AVCodecContext.bframebias.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f30584cb98..e31190b309 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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