diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-26 01:38:51 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-26 01:38:51 +0000 |
commit | 5fe2a515f81d5e5ddb21e966aaf97e8010cb78e2 (patch) | |
tree | 3cf8cc471bf7f889ea0c6c2a76520b1549423df2 /libavcodec | |
parent | 2f9c978a07e61f7be1ca288bad37cbf7e705a520 (diff) | |
download | ffmpeg-5fe2a515f81d5e5ddb21e966aaf97e8010cb78e2.tar.gz |
Completed documentation of reference field.
Originally committed as revision 17597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 5a81a379e3..a3bfcbc431 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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)).\ */\ |