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:
Michael Niedermayer
2015-07-09 01:17:49 +02:00
5 changed files with 24 additions and 7 deletions
+4 -2
View File
@@ -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;