diff avcodec.h @ 6514:77de2a1737d4 libavcodec

More complete documentation for AVFrame.reference.
author michael
date Thu, 20 Mar 2008 18:16:13 +0000
parents d9711ab4a934
children 2191d340f80d
line wrap: on
line diff
--- a/avcodec.h	Thu Mar 20 14:24:29 2008 +0000
+++ b/avcodec.h	Thu Mar 20 18:16:13 2008 +0000
@@ -601,6 +601,8 @@
 \
     /**\
      * 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)).\
      */\