From 7738f925a6424d3bb39a92927881e75068bdcfba Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 4 Jun 2014 20:13:55 +0200 Subject: [PATCH] Fix rc_max_rate documentation. The mpegvideo decoder sets rc_max_rate since 25b7aa98. --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;