avcodec: add XMA2 parser

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2017-01-19 20:43:40 +01:00
parent 96fe4432f5
commit 5d2609929d
4 changed files with 65 additions and 1 deletions

View File

@@ -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);
}