diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-12-24 17:38:27 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-12-24 17:38:27 +0000 |
commit | 53d55e9ea3cb59d855c6de14d45419d8be72402f (patch) | |
tree | 6872a973e0f0c0d9bc13b277ae75199622436e95 /libavcodec | |
parent | 62ea19c061d0a1fdc23fe3d7cf61139c44a15fcd (diff) | |
download | ffmpeg-53d55e9ea3cb59d855c6de14d45419d8be72402f.tar.gz |
Allow decoders to set AVCodecContext.refs.
Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-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 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; |