From 493645ebd2d41d23133c338ef7103470d096bd72 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Mon, 8 Sep 2003 04:14:34 +0000 Subject: demuxer for custom Wing Commander III movie (.mve) files Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 1a75d776fb..2ab0013232 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -54,6 +54,7 @@ void av_register_all(void) str_init(); roq_init(); ipmovie_init(); + wc3_init(); #ifdef AMR_NB amr_init(); -- cgit v1.2.3