support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%

Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier
2006-10-11 16:57:00 +00:00
parent 2b5269b51c
commit 72450e50a5
8 changed files with 603 additions and 0 deletions

View File

@@ -548,6 +548,12 @@ void avcodec_register_all(void)
#ifdef CONFIG_TARGA_DECODER
register_avcodec(&targa_decoder);
#endif //CONFIG_TARGA_DECODER
#ifdef CONFIG_DSICINVIDEO_DECODER
register_avcodec(&dsicinvideo_decoder);
#endif //CONFIG_DSICINVIDEO_DECODER
#ifdef CONFIG_DSICINAUDIO_DECODER
register_avcodec(&dsicinaudio_decoder);
#endif //CONFIG_DSICINAUDIO_DECODER
#if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
#ifdef CONFIG_AMR_NB_DECODER