Skip to content
Snippets Groups Projects
Commit 6c31ba22 authored by James Almer's avatar James Almer Committed by Anton Khirnov
Browse files

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

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent 20b75970
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment