]> git.sesse.net Git - ffmpeg/commit
avformat/mp3dec: Require 50% of the file to be mp3 frames in the maxframes>200 probin...
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 12 May 2018 16:33:28 +0000 (18:33 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 20 May 2018 11:17:36 +0000 (13:17 +0200)
commit81b3e7c9c3ad0cb81c49ad7557041e4cd04bab58
tree8c339a1a06a651fdb9f92836aee334abd3af674a
parent60d179277972f2ab12ade0603e72f1eee9d15de8
avformat/mp3dec: Require 50% of the file to be mp3 frames in the maxframes>200 probing test

This corrects several misdetections of large files

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mp3dec.c