summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-09-01 15:55:38 +0000
committerMike Melanson <mike@multimedia.cx>2003-09-01 15:55:38 +0000
commit3f16d933a98dfd0095fbdfbea7d2282261d6db2b (patch)
tree8c776e7c93111af0fa747b2f0cfa65f1027258bc /libavformat/avformat.h
parent421e08590340c717d69ac8c76a46cad7c7c2e0f8 (diff)
first pass at PSX STR demuxer; does not yet interact correctly with MDEC
video decoder Originally committed as revision 2190 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 19151460d9..30cc1a5ff8 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -380,6 +380,9 @@ int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
/* 4xm.c */
int fourxm_init(void);
+/* psxstr.c */
+int str_init(void);
+
#include "rtp.h"
#include "rtsp.h"