Re: [libav-devel] [PATCH] avformat/matroska: fix MatroskaVideoFieldOrder enum values

2016-10-13 Thread Luca Barbato
On 13/10/2016 15:53, James Almer wrote: > 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 disp

[libav-devel] [PATCH] avformat/matroska: fix MatroskaVideoFieldOrder enum values

2016-10-13 Thread James Almer
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