mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Apple Intermediate Codec decoder
This commit is contained in:
parent
40bbbce7e8
commit
1232a1647a
10 changed files with 493 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_ENCODER(A64MULTI, a64multi);
|
||||
REGISTER_ENCODER(A64MULTI5, a64multi5);
|
||||
REGISTER_DECODER(AASC, aasc);
|
||||
REGISTER_DECODER(AIC, aic);
|
||||
REGISTER_DECODER(AMV, amv);
|
||||
REGISTER_DECODER(ANM, anm);
|
||||
REGISTER_DECODER(ANSI, ansi);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue