diff options
author | James Almer <jamrial@gmail.com> | 2016-10-12 16:51:39 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-10-12 18:26:22 -0300 |
commit | dc781459cc1a927a944c709c4cb400bb953a4f45 (patch) | |
tree | 4bc92c4f7e050f1487e05545d0d387d497d770da /doc/print_options.c | |
parent | 932bbfc5d8ae43e73bf432cd1f7e28ccf16d14d0 (diff) | |
download | ffmpeg-dc781459cc1a927a944c709c4cb400bb953a4f45.tar.gz |
avformat/matroska: fix MatroskaVideoFieldOrder enum values
The spec says
9: Interlaced with bottom field displayed first and top field stored first
14: Interlaced with top field displayed first and bottom field stored first
And avcodec.h states
AV_FIELD_TB, //< Top coded first, bottom displayed first
AV_FIELD_BT, //< Bottom coded first, top displayed first
Reviewed-by: Dave Rice <dave@dericed.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/print_options.c')
0 files changed, 0 insertions, 0 deletions