IMC decoder

Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov
2006-10-30 13:48:48 +00:00
parent 9c5d7c568b
commit 84ed36da85
8 changed files with 991 additions and 2 deletions

View File

@@ -563,6 +563,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_TIFF_DECODER
register_avcodec(&tiff_decoder);
#endif //CONFIG_TIFF_DECODER
#ifdef CONFIG_IMC_DECODER
register_avcodec(&imc_decoder);
#endif //CONFIG_IMC_DECODER
#if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
#ifdef CONFIG_AMR_NB_DECODER