[FFmpeg-devel] [PATCH 3/3] avformat/matroskadec: set AVCodecParameters.field_order on progressive video

2016-09-27 Thread James Almer
Signed-off-by: James Almer --- libavformat/matroskadec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 77b8a5d..2317024 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -2279,6 +2279,8 @@ static int matro

Re: [FFmpeg-devel] [PATCH 3/3] avformat/matroskadec: set AVCodecParameters.field_order on progressive video

2016-09-27 Thread Michael Niedermayer
On Tue, Sep 27, 2016 at 03:03:05PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavformat/matroskadec.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c > index 77b8a5d..2317024 100644 > --- a/libavformat/matrosk

Re: [FFmpeg-devel] [PATCH 3/3] avformat/matroskadec: set AVCodecParameters.field_order on progressive video

2016-09-27 Thread James Almer
On 9/27/2016 8:26 PM, Michael Niedermayer wrote: > On Tue, Sep 27, 2016 at 03:03:05PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavformat/matroskadec.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c >>