Commit 9586db6a authored by Michael Niedermayer's avatar 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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 92c3173c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment