Re: [FFmpeg-devel] [PATCH 1/3] avformat/m4vdec: Fix detection of raw MPEG-4 ES Studio

2018-04-30 Thread Michael Niedermayer
On Sun, Apr 29, 2018 at 11:23:17PM +, Kieran Kunhya wrote: > On Sun, 29 Apr 2018 at 22:57 Michael Niedermayer > wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/m4vdec.c | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/libavformat/m4vdec.c b/libavf

Re: [FFmpeg-devel] [PATCH 1/3] avformat/m4vdec: Fix detection of raw MPEG-4 ES Studio

2018-04-29 Thread Kieran Kunhya
On Sun, 29 Apr 2018 at 22:57 Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavformat/m4vdec.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libavformat/m4vdec.c b/libavformat/m4vdec.c > index 34d434f7d2..be30f86a5c 100644 > --- a/libavformat/m4vdec.c

[FFmpeg-devel] [PATCH 1/3] avformat/m4vdec: Fix detection of raw MPEG-4 ES Studio

2018-04-29 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/m4vdec.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/m4vdec.c b/libavformat/m4vdec.c index 34d434f7d2..be30f86a5c 100644 --- a/libavformat/m4vdec.c +++ b/libavformat/m4vdec.c @@ -29,6 +29,7 @@ static int mpeg4video_probe