From ff70e60176056daf646109b8e42654a3036fa02b Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 10 Jul 2006 21:14:37 +0000 Subject: allow individual selection of muxers and demuxers Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/idcin.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libavformat/idcin.c') diff --git a/libavformat/idcin.c b/libavformat/idcin.c index fe3f6f3a76..573405b9cd 100644 --- a/libavformat/idcin.c +++ b/libavformat/idcin.c @@ -288,7 +288,7 @@ static int idcin_read_close(AVFormatContext *s) return 0; } -static AVInputFormat idcin_demuxer = { +AVInputFormat idcin_demuxer = { "idcin", "Id CIN format", sizeof(IdcinDemuxContext), @@ -297,9 +297,3 @@ static AVInputFormat idcin_demuxer = { idcin_read_packet, idcin_read_close, }; - -int idcin_init(void) -{ - av_register_input_format(&idcin_demuxer); - return 0; -} -- cgit v1.2.3