summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorRobert Marston <rmarston@gmail.com>2008-04-14 14:31:43 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2008-04-14 14:31:43 +0000
commit861c63a21694e6a1c889c6fb8b98ff265ee4d67d (patch)
treea8ecc408c0fd1103e240bb041430064727f36679 /libavformat/allformats.c
parent6f7b915a0d69ea33a6777c35f720cf31f122ed02 (diff)
Maxis XA demuxer and decoder.
Patch by Robert Marston rmarston (\at/) gmail point com Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task Date: 04/08/2008 01:36 AM Originally committed as revision 12817 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 fbddc5b895..149d6df0a9 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -170,6 +170,7 @@ void av_register_all(void)
REGISTER_DEMUXER (WSAUD, wsaud);
REGISTER_DEMUXER (WSVQA, wsvqa);
REGISTER_DEMUXER (WV, wv);
+ REGISTER_DEMUXER (XA, xa);
REGISTER_MUXDEMUX (YUV4MPEGPIPE, yuv4mpegpipe);
/* external libraries */