diff options
author | Paul Egan <paulegan@mail.com> | 2008-01-20 18:30:04 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-01-20 18:30:04 +0000 |
commit | dfb400a8eade1fad66b2af78498ccb7b555ceca3 (patch) | |
tree | e2b79964a11f904cda5a19a84dd417207ad3da41 /libavformat/allformats.c | |
parent | 76e4864583be6fd03c72a54f1cad42b543922c82 (diff) | |
download | ffmpeg-dfb400a8eade1fad66b2af78498ccb7b555ceca3.tar.gz |
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
Originally committed as revision 11574 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 c1575eb3af..4988c6a160 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -148,6 +148,7 @@ void av_register_all(void) REGISTER_DEMUXER (SOL, sol); REGISTER_DEMUXER (STR, str); REGISTER_MUXDEMUX (SWF, swf); + REGISTER_MUXER (AVM2, avm2); REGISTER_MUXER (TG2, tg2); REGISTER_MUXER (TGP, tgp); REGISTER_DEMUXER (THP, thp); |