]> git.sesse.net Git - ffmpeg/commit
avformat/libmodplug: Reduce the probe score for small input
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 18 Jun 2013 15:55:50 +0000 (17:55 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 20 Jun 2013 12:58:50 +0000 (14:58 +0200)
commitc605adbf562fbf535e83ae427bb681bc45e440c8
treedd14abbd58717c51b9796e53dcb2b7763b145547
parent2d70f11ef5d4bca1e4921053d69a58b250035184
avformat/libmodplug: Reduce the probe score for small input

This ensures that theres enough data for mpeg_probe() to recognize mpeg-ps
Fixes Ticket2583

Based on code by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/libmodplug.c