Voxware MetaSound decoder

This commit is contained in:
Kostya Shishkov 2013-08-05 12:55:30 +02:00
parent 5afe1d2791
commit 3e5898782d
10 changed files with 5489 additions and 1 deletions

View file

@ -295,6 +295,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(IMC, imc);
REGISTER_DECODER(MACE3, mace3);
REGISTER_DECODER(MACE6, mace6);
REGISTER_DECODER(METASOUND, metasound);
REGISTER_DECODER(MLP, mlp);
REGISTER_DECODER(MP1, mp1);
REGISTER_DECODER(MP1FLOAT, mp1float);