Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-04 22:13:55 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-04 22:13:55 +0400
commit7738f925a6424d3bb39a92927881e75068bdcfba (patch)
tree43be3397867c5688f05da90c46efd7650ec8e3e2 /libavcodec/avcodec.h
parent3c57f3ef5eff836b90793b71b75f0db4ed7cb334 (diff)
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.h2
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;