diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-04 20:13:55 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-04 20:13:55 +0200 |
commit | 7738f925a6424d3bb39a92927881e75068bdcfba (patch) | |
tree | 43be3397867c5688f05da90c46efd7650ec8e3e2 /libavcodec/avcodec.h | |
parent | 3c57f3ef5eff836b90793b71b75f0db4ed7cb334 (diff) | |
download | ffmpeg-7738f925a6424d3bb39a92927881e75068bdcfba.tar.gz |
Fix rc_max_rate documentation.
The mpegvideo decoder sets rc_max_rate since 25b7aa98.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d1f67bbf70..4e02f046cd 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2290,7 +2290,7 @@ typedef struct AVCodecContext { /** * maximum bitrate * - encoding: Set by user. - * - decoding: unused + * - decoding: Set by libavcodec. */ int rc_max_rate; |