summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 13:51:16 +0100
committerAnton Khirnov <anton@khirnov.net>2014-10-18 05:21:50 +0200
commita6e4ce9fd50897dc6d9c2ada4b6b8090de7de5bf (patch)
tree7ade07d87a7ad2df786bc28854be65effaaaac3f /libavcodec/avcodec.h
parent6cbbf0592f4f3940aac7f687850d1b726a2ea836 (diff)
lavc: make rc_qsquish a private option of mpegvideo encoders
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b79133f981..aabad332b5 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2082,13 +2082,13 @@ typedef struct AVCodecContext {
*/
int max_qdiff;
+#if FF_API_MPV_OPT
/**
- * ratecontrol qmin qmax limiting method
- * 0-> clipping, 1-> use a nice continuous function to limit qscale wthin qmin/qmax.
- * - encoding: Set by user.
- * - decoding: unused
+ * @deprecated use encoder private options instead
*/
+ attribute_deprecated
float rc_qsquish;
+#endif
float rc_qmod_amp;
int rc_qmod_freq;