Re: [FFmpeg-devel] [PATCH 2/2] avformat/libmodplug: Remove code that has become redundant

2016-07-16 Thread Jörn Heusipp
On 07/16/2016 03:49 PM, Josh de Kock wrote: On Sat, Jul 16, 2016, at 02:31 PM, Jörn Heusipp wrote: [...] Unless one of libopenmpt and libmodplug demuxers lowers its own file extension probing score, this will not work, as they both handle pretty much the same file formats. This could be solved

Re: [FFmpeg-devel] [PATCH 2/2] avformat/libmodplug: Remove code that has become redundant

2016-07-16 Thread Josh de Kock
On Sat, Jul 16, 2016, at 02:31 PM, Jörn Heusipp wrote: > [...] > Unless one of libopenmpt and libmodplug demuxers lowers its own file > extension probing score, this will not work, as they both handle pretty > much the same file formats. This could be solved by making the demuxers mutually exclus

Re: [FFmpeg-devel] [PATCH 2/2] avformat/libmodplug: Remove code that has become redundant

2016-07-16 Thread Jörn Heusipp
On 07/15/2016 10:41 PM, Michael Niedermayer wrote: @@ -372,7 +361,6 @@ AVInputFormat ff_libmodplug_demuxer = { .name = "libmodplug", .long_name = NULL_IF_CONFIG_SMALL("ModPlug demuxer"), .priv_data_size = sizeof(ModPlugContext), -.read_probe = modplug_pro

[FFmpeg-devel] [PATCH 2/2] avformat/libmodplug: Remove code that has become redundant

2016-07-15 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/libmodplug.c | 12 1 file changed, 12 deletions(-) diff --git a/libavformat/libmodplug.c b/libavformat/libmodplug.c index f18c610..0921704 100644 --- a/libavformat/libmodplug.c +++ b/libavformat/libmodplug.c @@ -350,17 +350,6 @@ s