Commit 49278156 authored by michael's avatar michael

Allow decoders to set AVCodecContext.refs.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16305 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a4cff917
...@@ -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