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/psxstr.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libavformat/psxstr.c') diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index 68d82a950b..b4a4ac0590 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -351,7 +351,7 @@ static int str_read_close(AVFormatContext *s) return 0; } -static AVInputFormat str_demuxer = { +AVInputFormat str_demuxer = { "psxstr", "Sony Playstation STR format", sizeof(StrDemuxContext), @@ -360,9 +360,3 @@ static AVInputFormat str_demuxer = { str_read_packet, str_read_close, }; - -int str_init(void) -{ - av_register_input_format(&str_demuxer); - return 0; -} -- cgit v1.2.3