Browse Source

Allow decoders to set AVCodecContext.refs.

Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
53d55e9ea3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h 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;



Loading…
Cancel
Save