# HG changeset patch # User tmmm # Date 1053839910 0 # Node ID 7373bd0a8438c79796876ba88aa42c27c56d60c4 # Parent 857a026b7e93c3056f52ade7bceffd9f9c916d93 add 4xm to the family diff -r 857a026b7e93 -r 7373bd0a8438 allformats.c --- 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); diff -r 857a026b7e93 -r 7373bd0a8438 avformat.h --- 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"