mpegvideo_enc: add quantizer_noise_shaping private option.

Deprecate corresponding AVCodecContext field.
This commit is contained in:
Anton Khirnov
2012-02-27 20:06:23 +01:00
parent 16b7557b79
commit 23bfcc066d
4 changed files with 17 additions and 11 deletions
+4 -4
View File
@@ -1757,12 +1757,12 @@ typedef struct AVCodecContext {
attribute_deprecated int inter_threshold;
#endif
#if FF_API_MPV_GLOBAL_OPTS
/**
* quantizer noise shaping
* - encoding: Set by user.
* - decoding: unused
* @deprecated use mpegvideo private options instead
*/
int quantizer_noise_shaping;
attribute_deprecated int quantizer_noise_shaping;
#endif
/**
* Motion estimation threshold below which no motion estimation is