From 8474f58e8b81cb71df7584a094e586e9cf06d70d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <michaelni@gmx.at> Date: Thu, 20 Mar 2008 18:16:13 +0000 Subject: [PATCH] More complete documentation for AVFrame.reference. Originally committed as revision 12518 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 963c9dd97e8..68a7888686f 100644 --- 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)).\ */\ -- GitLab