git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c4074
)
More complete documentation for AVFrame.reference.
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 20 Mar 2008 18:16:13 +0000
(18:16 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 20 Mar 2008 18:16:13 +0000
(18:16 +0000)
Originally committed as revision 12518 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
963c9dd
..
68a7888
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-601,6
+601,8
@@
typedef struct AVPanScan{
\
/**\
* is this picture used as reference\
+ * The values for this are the same as the MpegEncContext.picture_structure\
+ * variable, that is 1->top field, 2->bottom field, 3->frame/both fields.\
* - encoding: unused\
* - decoding: Set by libavcodec. (before get_buffer() call)).\
*/\