Re: [FFmpeg-devel] [PATCH] avformat/mpeg: fix PCM-DVD mis-detection as MLP

2018-04-01 Thread Michael Niedermayer
On Fri, Mar 30, 2018 at 04:10:52PM +0200, Paul B Mahol wrote: > Fixes #6563. > > Signed-off-by: Paul B Mahol > --- > libavformat/mpeg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) tested a bit, found no files this breaks. thx [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH] avformat/mpeg: fix PCM-DVD mis-detection as MLP

2018-03-30 Thread Paul B Mahol
Fixes #6563. Signed-off-by: Paul B Mahol --- libavformat/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index abdc6a937c..69d4a9d8ac 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -568,7 +568,7 @@