summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-03-14 14:49:49 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-03-14 14:49:49 +0000
commit33a0dd378abd98647700a296e5869146de74ed1c (patch)
tree8ae0c2e7eb6a691b95fcf169043a950d551f76a4 /libavformat/allformats.c
parent0769498a9f37c651860e5b90ea65dc92937532ef (diff)
DXA demuxer and decoder
Originally committed as revision 8405 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 2f0d8601bd..55654839ab 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -65,6 +65,7 @@ void av_register_all(void)
REGISTER_DEMUXER (DTS, dts);
REGISTER_MUXDEMUX(DV, dv);
REGISTER_DEMUXER (DV1394, dv1394);
+ REGISTER_DEMUXER (DXA, dxa);
REGISTER_DEMUXER (EA, ea);
REGISTER_MUXDEMUX(FFM, ffm);
REGISTER_MUXDEMUX(FLAC, flac);