1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 01:07:01 +02:00

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

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;