Re: [FFmpeg-devel] [PATCH] avformat: increase first_frames threshold for mp3, ac3

2015-07-17 Thread Michael Niedermayer
On Fri, Jul 17, 2015 at 10:23:11PM -0400, Ganesh Ajjanagadde wrote: > Attached patch is a quick fix for Ticket4723. > I have a couple of issues with this though: > 1. It seems like probe thresholds are essentially tweaked based on > what files are encountered, and that these can't be set precisely

[FFmpeg-devel] [PATCH] avformat: increase first_frames threshold for mp3, ac3

2015-07-17 Thread Ganesh Ajjanagadde
Attached patch is a quick fix for Ticket4723. I have a couple of issues with this though: 1. It seems like probe thresholds are essentially tweaked based on what files are encountered, and that these can't be set precisely according to a spec. Is this correct? 2. Comment in the file mentions keepi