summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-01-19 20:43:40 +0100
committerPaul B Mahol <onemda@gmail.com>2017-01-20 13:58:41 +0100
commit5d2609929d481c7c137370b64d5d495cd024ee61 (patch)
treef28d9ab56ee108f735f60778ee9f325f11c93f9a /libavcodec/allcodecs.c
parent96fe4432f55b19c482d9fef82cd2e360d62bd646 (diff)
avcodec: add XMA2 parser
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 703c552f5f..f92b2b7496 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -709,4 +709,5 @@ void avcodec_register_all(void)
REGISTER_PARSER(VP3, vp3);
REGISTER_PARSER(VP8, vp8);
REGISTER_PARSER(VP9, vp9);
+ REGISTER_PARSER(XMA, xma);
}