changeset 138:7373bd0a8438 libavformat

add 4xm to the family
author tmmm
date Sun, 25 May 2003 05:18:30 +0000
parents 857a026b7e93
children d5ac5007713c
files allformats.c avformat.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/allformats.c	Sun May 25 05:07:36 2003 +0000
+++ b/allformats.c	Sun May 25 05:18:30 2003 +0000
@@ -47,6 +47,7 @@
     mov_init();
     jpeg_init();
     dv_init();
+    fourxm_init();
 
     av_register_output_format(&yuv4mpegpipe_oformat);
     
--- 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"