summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-09-02 04:32:02 +0000
committerMike Melanson <mike@multimedia.cx>2003-09-02 04:32:02 +0000
commit3ef8be2bfc89672060a2a2f2b8926b3decb08172 (patch)
tree10889fe4d2d844deed4952a7f82416ee6bcb9692 /libavformat/avformat.h
parent149f7c029ccdc649dc9ee523f1dcf23ab8d0f6ac (diff)
initial commit for Id RoQ and Interplay MVE multimedia subsystems
Originally committed as revision 2195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 30cc1a5ff8..6ade72fee1 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -383,6 +383,12 @@ int fourxm_init(void);
/* psxstr.c */
int str_init(void);
+/* idroq.c */
+int roq_init(void);
+
+/* ipmovie.c */
+int ipmovie_init(void);
+
#include "rtp.h"
#include "rtsp.h"