summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-09-08 04:14:34 +0000
committerMike Melanson <mike@multimedia.cx>2003-09-08 04:14:34 +0000
commit493645ebd2d41d23133c338ef7103470d096bd72 (patch)
tree1b8f86d0744470a5caff309dd8a634a829779225 /libavformat/avformat.h
parent9937e686fe86cc463577208d67431dabe74ad2ae (diff)
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/avformat.h')
-rw-r--r--libavformat/avformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index e5df4c3649..6abd9b4d7b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -395,6 +395,9 @@ int ipmovie_init(void);
/* nut.c */
int nut_init(void);
+/* wc3movie.c */
+int wc3_init(void);
+
#include "rtp.h"
#include "rtsp.h"