summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorVesselin Bontchev <vesselin.bontchev@yandex.com>2015-07-19 23:16:36 +0200
committerVesselin Bontchev <vesselin.bontchev@yandex.com>2015-08-21 04:24:58 +0000
commite32a99264be6ce0d3ec060fdb8b56463b2f0b8cd (patch)
treec57c4f9933bc1c7eb2977628f6b9cebfd7f87d61 /libavformat/allformats.c
parent45f3d4e63e7807ff3d281f269625ed83f11e4cdc (diff)
Add support for Audible AA files
https://en.wikipedia.org/wiki/Audible.com#Quality
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 181cb9e6e9..0a24ac718b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -60,6 +60,7 @@ void av_register_all(void)
/* (de)muxers */
REGISTER_MUXER (A64, a64);
+ REGISTER_DEMUXER (AA, aa);
REGISTER_DEMUXER (AAC, aac);
REGISTER_MUXDEMUX(AC3, ac3);
REGISTER_DEMUXER (ACT, act);