Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d'
* commit '1761ab838c75223a6b97d8c0720d09275374c53d': lavc: Deprecate avctx.rc_strategy Conflicts: libavcodec/mpegvideo.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1538,9 +1538,11 @@ typedef struct AVCodecContext {
|
||||
*/
|
||||
float b_quant_factor;
|
||||
|
||||
/** obsolete FIXME remove */
|
||||
int rc_strategy;
|
||||
#if FF_API_RC_STRATEGY
|
||||
/** @deprecated use codec private option instead */
|
||||
attribute_deprecated int rc_strategy;
|
||||
#define FF_RC_STRATEGY_XVID 1
|
||||
#endif
|
||||
|
||||
int b_frame_strategy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user