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/avformat.h | |
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/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 239acf6e81..f12ad04077 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -502,6 +502,9 @@ int matroska_init(void); /* sol.c */ int sol_init(void); +/* electronicarts.c */ +int ea_init(void); + #include "rtp.h" #include "rtsp.h" |