mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00: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:
parent
92c3173c84
commit
9586db6ae5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user