aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-10 18:36:59 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-10 18:50:56 +0200
commit9586db6ae5048b640b2814418fd82acc89449f7e (patch)
treef745c033bd8c1b51f77fcc7d9d43f79119a4b510 /libavcodec/avcodec.h
parent92c3173c84a97bacb3c4948cad9feca221ef156f (diff)
downloadffmpeg-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.h2
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;