diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-10 18:36:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-10 18:50:56 +0200 |
commit | 9586db6ae5048b640b2814418fd82acc89449f7e (patch) | |
tree | f745c033bd8c1b51f77fcc7d9d43f79119a4b510 /libavcodec/avcodec.h | |
parent | 92c3173c84a97bacb3c4948cad9feca221ef156f (diff) | |
download | ffmpeg-9586db6ae5048b640b2814418fd82acc89449f7e.tar.gz |
lavc: docs: the field_order is set by the demuxer and not libavcodec for decoding
This makes the documentation match the implementation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6c4b63095c..3c3dad3134 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2225,7 +2225,7 @@ typedef struct AVCodecContext { /** Field order * - encoding: set by libavcodec - * - decoding: Set by libavcodec + * - decoding: Set by user. */ enum AVFieldOrder field_order; |