Re: [FFmpeg-devel] [PATCH v4] avformat/mp3dec: Fixes misdetection of zYLx.wav

2019-11-07 Thread Michael Niedermayer
On Fri, Nov 08, 2019 at 12:16:22AM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Signed-off-by: Limin Wang > --- > By Hendrik comments, I have proposal a more general fix for > more common case. > Now It's only tested with fate and all samples in: > http://samples.ffmpeg.org/A-co

[FFmpeg-devel] [PATCH v4] avformat/mp3dec: Fixes misdetection of zYLx.wav

2019-11-07 Thread lance . lmwang
From: Limin Wang Signed-off-by: Limin Wang --- By Hendrik comments, I have proposal a more general fix for more common case. Now It's only tested with fate and all samples in: http://samples.ffmpeg.org/A-codecs/MP3-pro http://samples.ffmpeg.org/A-codecs/MP3 libavformat/mp3dec.c | 13