This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
add 4xm to the family
Originally committed as revision 1904 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Mike Melanson
23 years ago
parent
cef4ba9e8a
commit
3c96b4ef38
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/allformats.c
+3
-0
libavformat/avformat.h
+ 1
- 0
libavformat/allformats.c
View File
@@ -47,6 +47,7 @@ void av_register_all(void)
mov_init();
jpeg_init();
dv_init();
fourxm_init();
av_register_output_format(&yuv4mpegpipe_oformat);
+ 3
- 0
libavformat/avformat.h
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save