diff options
author | Daniel Verkamp <daniel@drv.nu> | 2009-05-30 18:51:15 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-05-30 18:51:15 +0000 |
commit | cbfe5bee2e20df90c581937b2cb4b1535acbf726 (patch) | |
tree | be4422746892b4030d55854441c6c54833986f33 /libavformat/allformats.c | |
parent | bb790168516b4a864ee8743c5900f8a6e495e1ce (diff) | |
download | ffmpeg-cbfe5bee2e20df90c581937b2cb4b1535acbf726.tar.gz |
Implement SoX native format muxer and demuxer.
Patch by Daniel Verkamp $firstname@drv DOT nu.
Originally committed as revision 18998 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 822682baf4..ad4763158c 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -177,6 +177,7 @@ void av_register_all(void) REGISTER_DEMUXER (SIFF, siff); REGISTER_DEMUXER (SMACKER, smacker); REGISTER_DEMUXER (SOL, sol); + REGISTER_MUXDEMUX (SOX, sox); REGISTER_DEMUXER (STR, str); REGISTER_MUXDEMUX (SWF, swf); REGISTER_MUXER (TG2, tg2); |