mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 10:00:08 +01:00
avcodec: add XMA2 parser
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user