Allow decoders to set AVCodecContext.refs.

Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-12-24 17:38:27 +00:00
parent 62ea19c061
commit 53d55e9ea3
1 changed files with 1 additions and 1 deletions

View File

@ -2082,7 +2082,7 @@ typedef struct AVCodecContext {
/**
* number of reference frames
* - encoding: Set by user.
* - decoding: unused
* - decoding: Set by lavc.
*/
int refs;