You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Fix rc_max_rate documentation.
The mpegvideo decoder sets rc_max_rate since 25b7aa98
.
This commit is contained in:
@@ -2290,7 +2290,7 @@ typedef struct AVCodecContext {
|
||||
/**
|
||||
* maximum bitrate
|
||||
* - encoding: Set by user.
|
||||
* - decoding: unused
|
||||
* - decoding: Set by libavcodec.
|
||||
*/
|
||||
int rc_max_rate;
|
||||
|
||||
|
Reference in New Issue
Block a user