From 53d55e9ea3cb59d855c6de14d45419d8be72402f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 24 Dec 2008 17:38:27 +0000 Subject: [PATCH] Allow decoders to set AVCodecContext.refs. Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 81ca0c3c8f..75ccb8a400 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2082,7 +2082,7 @@ typedef struct AVCodecContext { /** * number of reference frames * - encoding: Set by user. - * - decoding: unused + * - decoding: Set by lavc. */ int refs;