Re: [FFmpeg-devel] invalid PCM-DVD detection

2018-11-18 Thread Michael Niedermayer
On Fri, Nov 16, 2018 at 07:41:27PM +0300, Евгений wrote: > > mpeg.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > 10489d03a741445401f3f6bfb49e536680db6cc9 0003-invalid-PCM-DVD-detection.patch > From 8dffee21a78c17bf1e74f459869babe77041dfd2 Mon Sep 17 00:00:00 2001 > From: Evgeny

Re: [FFmpeg-devel] invalid PCM-DVD detection

2018-11-16 Thread Carl Eugen Hoyos
2018-11-16 17:41 GMT+01:00, Евгений : This patch also contains two tabs that cannot be committed to our repository. Please provide your sample, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-de

Re: [FFmpeg-devel] invalid PCM-DVD detection

2018-11-16 Thread Paul B Mahol
On 11/16/18, Hendrik Leppkes wrote: > On Fri, Nov 16, 2018 at 5:41 PM Евгений wrote: >> >> > > This is basically a revert of > 52e97814a18f62e4be7cc5d509ff9025f23ef2be, which fixed other samples > being misdetected. > So instead of flipping it back and forth with no real conclusion, > maybe some

Re: [FFmpeg-devel] invalid PCM-DVD detection

2018-11-16 Thread Hendrik Leppkes
On Fri, Nov 16, 2018 at 5:41 PM Евгений wrote: > > This is basically a revert of 52e97814a18f62e4be7cc5d509ff9025f23ef2be, which fixed other samples being misdetected. So instead of flipping it back and forth with no real conclusion, maybe some smarter code would be needed here. - Hendrik __

Re: [FFmpeg-devel] invalid PCM-DVD detection

2018-11-16 Thread Paul B Mahol
On 11/16/18, Евгений wrote: > > Do you have sample(s) this patch fixes? There is sample on trac that needs current code in master. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] invalid PCM-DVD detection

2018-11-16 Thread Евгений
>From 8dffee21a78c17bf1e74f459869babe77041dfd2 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Fri, 16 Nov 2018 12:38:01 +0300 Subject: [PATCH 3/6] invalid PCM-DVD detection --- libavformat/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpeg.c b/libavformat/