summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2009-06-04 01:43:53 +0700
committerMichael Niedermayer <michaelni@gmx.at>2011-09-24 21:11:01 +0200
commit6080553e6e56a9bbdb9bda13420fd586a11a7d67 (patch)
tree8cf442b607f6bc06adaf159535f98f1727ed40a6 /libavformat/allformats.c
parent682337672cd38b8e85acf11578a5130fa87ea1d7 (diff)
ACT demuxer
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 ecc7c675b9..84cbb38e90 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -51,6 +51,7 @@ void av_register_all(void)
REGISTER_MUXER (A64, a64);
REGISTER_DEMUXER (AAC, aac);
REGISTER_MUXDEMUX (AC3, ac3);
+ REGISTER_DEMUXER (ACT, act);
REGISTER_DEMUXER (ADF, adf);
REGISTER_MUXER (ADTS, adts);
REGISTER_DEMUXER (AEA, aea);