[FFmpeg-cvslog] r17597 - trunk/libavcodec/avcodec.h

cehoyos subversion
Thu Feb 26 02:38:51 CET 2009


Author: cehoyos
Date: Thu Feb 26 02:38:51 2009
New Revision: 17597

Log:
Completed documentation of reference field.

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Thu Feb 26 02:03:01 2009	(r17596)
+++ trunk/libavcodec/avcodec.h	Thu Feb 26 02:38:51 2009	(r17597)
@@ -658,6 +658,7 @@ 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.\
+     * Set to 4 for delayed, non-reference frames.\
      * - encoding: unused\
      * - decoding: Set by libavcodec. (before get_buffer() call)).\
      */\




More information about the ffmpeg-cvslog mailing list