Commit 53d55e9e authored by Michael Niedermayer's avatar Michael Niedermayer

Allow decoders to set AVCodecContext.refs.

Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 62ea19c0
...@@ -2082,7 +2082,7 @@ typedef struct AVCodecContext { ...@@ -2082,7 +2082,7 @@ typedef struct AVCodecContext {
/** /**
* number of reference frames * number of reference frames
* - encoding: Set by user. * - encoding: Set by user.
* - decoding: unused * - decoding: Set by lavc.
*/ */
int refs; int refs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment