mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
lavc: make rc_qsquish a private option of mpegvideo encoders
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user