Re: [FFmpeg-devel] [PATCH 2/3] dnxhddata: introduce and use MBAFF flag

2015-10-07 Thread Michael Niedermayer
On Mon, Oct 05, 2015 at 08:44:45PM +0200, Christophe Gisquet wrote: > MBAFF-like handling of interlaced content in CID 1260 is different from > the other CIDs, and in particular doesn't use the same syntax. > --- > libavcodec/dnxhddata.c | 2 +- > libavcodec/dnxhddata.h | 3 ++- > 2 files changed,

[FFmpeg-devel] [PATCH 2/3] dnxhddata: introduce and use MBAFF flag

2015-10-05 Thread Christophe Gisquet
MBAFF-like handling of interlaced content in CID 1260 is different from the other CIDs, and in particular doesn't use the same syntax. --- libavcodec/dnxhddata.c | 2 +- libavcodec/dnxhddata.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libavcodec/dnxhddata.c b/libavcod