Indeo Audio decoder

This commit is contained in:
Kostya Shishkov 2012-06-02 21:07:02 +02:00
parent 34271cabac
commit c6061443f7
9 changed files with 87 additions and 15 deletions

View file

@ -260,6 +260,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (FLAC, flac);
REGISTER_DECODER (GSM, gsm);
REGISTER_DECODER (GSM_MS, gsm_ms);
REGISTER_DECODER (IAC, iac);
REGISTER_DECODER (IMC, imc);
REGISTER_DECODER (MACE3, mace3);
REGISTER_DECODER (MACE6, mace6);