From 3269bd178020c5d821e8b2d1fd807a38d63e93ce Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 12 Jul 2013 21:58:11 +0200 Subject: demux: rewrite probing and demuxer initialization Get rid of the strange and messy reliance on DEMUXER_TYPE_ constants. Instead of having two open functions for the demuxer callbacks (which somehow are both optional, but you can also decide to implement both...), just have one function. This function takes a parameter that tells the demuxer how strictly it should check for the file headers. This is a nice simplification and allows more flexibility. Remove the file extension code. This literally did nothing (anymore). Change demux_lavf so that we check our other builtin demuxers first before libavformat tries to guess by file extension. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3e0af2d55e..a1de600dcc 100644 --- a/Makefile +++ b/Makefile @@ -196,7 +196,6 @@ SOURCES = talloc.c \ demux/demux_rawaudio.c \ demux/demux_rawvideo.c \ demux/ebml.c \ - demux/extension.c \ demux/mf.c \ osdep/io.c \ osdep/numcores.c \ -- cgit v1.2.3