[FFmpeg-cvslog] r12518 - trunk/libavcodec/avcodec.h
michael
subversion
Thu Mar 20 19:16:13 CET 2008
Author: michael
Date: Thu Mar 20 19:16:13 2008
New Revision: 12518
Log:
More complete documentation for AVFrame.reference.
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Thu Mar 20 19:16:13 2008
@@ -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)).\
*/\
More information about the ffmpeg-cvslog
mailing list