projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
62ea19c
)
Allow decoders to set AVCodecContext.refs.
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 24 Dec 2008 17:38:27 +0000
(17:38 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 24 Dec 2008 17:38:27 +0000
(17:38 +0000)
Originally committed as revision 16305 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
81ca0c3
..
75ccb8a
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-2082,7
+2082,7
@@
typedef struct AVCodecContext {
/**
* number of reference frames
* - encoding: Set by user.
/**
* number of reference frames
* - encoding: Set by user.
- * - decoding:
unused
+ * - decoding:
Set by lavc.
*/
int refs;
*/
int refs;