diff options
author | Mike Melanson <mike@multimedia.cx> | 2003-09-08 04:14:34 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2003-09-08 04:14:34 +0000 |
commit | 493645ebd2d41d23133c338ef7103470d096bd72 (patch) | |
tree | 1b8f86d0744470a5caff309dd8a634a829779225 /libavformat/allformats.c | |
parent | 9937e686fe86cc463577208d67431dabe74ad2ae (diff) | |
download | ffmpeg-493645ebd2d41d23133c338ef7103470d096bd72.tar.gz |
demuxer for custom Wing Commander III movie (.mve) files
Originally committed as revision 2218 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |