diff avformat.h @ 138:7373bd0a8438 libavformat

add 4xm to the family
author tmmm
date Sun, 25 May 2003 05:18:30 +0000
parents af07cbf4f24a
children b9703b3c10b6
line wrap: on
line diff
--- a/avformat.h	Sun May 25 05:07:36 2003 +0000
+++ b/avformat.h	Sun May 25 05:18:30 2003 +0000
@@ -329,6 +329,9 @@
 extern AVInputFormat redir_demux;
 int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
 
+/* 4xm.c */
+int fourxm_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"