diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-10-16 19:33:57 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-10-16 19:33:57 +0000 |
commit | ad81a9fe41bb3519df26ee2a2784f71176fbc3c4 (patch) | |
tree | b16209a75b1fc00d49a42be23990ddbf960a40b4 /libavformat/allformats.c | |
parent | f62e9435b7b496eed060d3b622649955a64e9ed5 (diff) | |
download | ffmpeg-ad81a9fe41bb3519df26ee2a2784f71176fbc3c4.tar.gz |
Electronic Arts Game Multimedia format demuxer (WVE/UV2/etc.)
Originally committed as revision 3600 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 c2a50221a8..aae3eb5a89 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -105,6 +105,7 @@ void av_register_all(void) nut_init(); matroska_init(); sol_init(); + ea_init(); #ifdef CONFIG_ENCODERS /* image formats */ |