Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Egan <paulegan@mail.com>2008-01-20 21:30:04 +0300
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-01-20 21:30:04 +0300
commitdfb400a8eade1fad66b2af78498ccb7b555ceca3 (patch)
treee2b79964a11f904cda5a19a84dd417207ad3da41 /libavformat/allformats.c
parent76e4864583be6fd03c72a54f1cad42b543922c82 (diff)
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.c1
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);