1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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>
This commit is contained in:
Michael Niedermayer 2012-10-10 18:36:59 +02:00
parent 92c3173c84
commit 9586db6ae5

View File

@ -2225,7 +2225,7 @@ typedef struct AVCodecContext {
/** Field order /** Field order
* - encoding: set by libavcodec * - encoding: set by libavcodec
* - decoding: Set by libavcodec * - decoding: Set by user.
*/ */
enum AVFieldOrder field_order; enum AVFieldOrder field_order;