[FFmpeg-cvslog] lavc: docs: the field_order is set by the demuxer and not libavcodec for decoding

Michael Niedermayer git at videolan.org
Wed Oct 10 18:51:16 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Oct 10 18:36:59 2012 +0200| [9586db6ae5048b640b2814418fd82acc89449f7e] | committer: Michael Niedermayer

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 at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9586db6ae5048b640b2814418fd82acc89449f7e
---

 libavcodec/avcodec.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6c4b630..3c3dad3 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;
 



More information about the ffmpeg-cvslog mailing list