From 3c96b4ef3813055fcf8bc12a3eb71dc71e6d940a Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 25 May 2003 05:18:30 +0000 Subject: [PATCH] add 4xm to the family Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 1 + libavformat/avformat.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 5d602f3..b9db889 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -47,6 +47,7 @@ void av_register_all(void) mov_init(); jpeg_init(); dv_init(); + fourxm_init(); av_register_output_format(&yuv4mpegpipe_oformat); 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" -- 2.7.4