This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
62ea19c061
commit
53d55e9ea3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save