summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-12-24 17:38:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-12-24 17:38:27 +0000
commit53d55e9ea3cb59d855c6de14d45419d8be72402f (patch)
tree6872a973e0f0c0d9bc13b277ae75199622436e95 /libavcodec/avcodec.h
parent62ea19c061d0a1fdc23fe3d7cf61139c44a15fcd (diff)
Allow decoders to set AVCodecContext.refs.
Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 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;