From 9586db6ae5048b640b2814418fd82acc89449f7e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 10 Oct 2012 18:36:59 +0200 Subject: [PATCH] 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 --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;