diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 13:51:16 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-10-18 05:23:05 +0200 |
commit | 946f95354ba76ef73c9b66889d86ab5fba4fb486 (patch) | |
tree | f196ef72b5216f5db587f4cc0d5c501d7e154478 /libavcodec/avcodec.h | |
parent | a6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf (diff) | |
download | ffmpeg-946f95354ba76ef73c9b66889d86ab5fba4fb486.tar.gz |
lavc: make rc_qmod_* into private options of mpegvideo encoders
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index aabad332b5..c025c5c3dc 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2088,10 +2088,12 @@ typedef struct AVCodecContext { */ attribute_deprecated float rc_qsquish; -#endif + attribute_deprecated float rc_qmod_amp; + attribute_deprecated int rc_qmod_freq; +#endif /** * decoder bitstream buffer size |