mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +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:
parent
62ea19c061
commit
53d55e9ea3
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user