summaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-05-25 05:18:30 +0000
committerMike Melanson <mike@multimedia.cx>2003-05-25 05:18:30 +0000
commit3c96b4ef3813055fcf8bc12a3eb71dc71e6d940a (patch)
tree790c809801470a6a2692bc1904e3484f86e6e5be /libavformat/avformat.h
parentcef4ba9e8a62d0f2d2e8fe5c7b2772abd26b84c9 (diff)
downloadffmpeg-streaming-3c96b4ef3813055fcf8bc12a3eb71dc71e6d940a.zip
ffmpeg-streaming-3c96b4ef3813055fcf8bc12a3eb71dc71e6d940a.tar.gz
add 4xm to the family
Originally committed as revision 1904 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 ffe1d67..cca2f56 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -329,6 +329,9 @@ int ffm_init(void);
extern AVInputFormat redir_demux;
int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
+/* 4xm.c */
+int fourxm_init(void);
+
#include "rtp.h"
#include "rtsp.h"
OpenPOWER on IntegriCloud