summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-03-20 18:16:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-03-20 18:16:13 +0000
commit8474f58e8b81cb71df7584a094e586e9cf06d70d (patch)
tree3bbb3d84062d9da12f65a7fe5350e219a56e75e7 /libavcodec
parentb7c407449b45481cae79dfa74075c9067d559081 (diff)
More complete documentation for AVFrame.reference.
Originally committed as revision 12518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 963c9dd97e..68a7888686 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)).\
*/\