comparison allcodecs.c @ 3997:8ed26e786210 libavcodec

support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
author bcoudurier
date Wed, 11 Oct 2006 16:57:00 +0000
parents 54c7481b381e
children 986d6651a452
comparison
equal deleted inserted replaced
3996:c4ff7d570f19 3997:8ed26e786210
546 register_avcodec(&wavpack_decoder); 546 register_avcodec(&wavpack_decoder);
547 #endif //CONFIG_WAVPACK_DECODER 547 #endif //CONFIG_WAVPACK_DECODER
548 #ifdef CONFIG_TARGA_DECODER 548 #ifdef CONFIG_TARGA_DECODER
549 register_avcodec(&targa_decoder); 549 register_avcodec(&targa_decoder);
550 #endif //CONFIG_TARGA_DECODER 550 #endif //CONFIG_TARGA_DECODER
551 #ifdef CONFIG_DSICINVIDEO_DECODER
552 register_avcodec(&dsicinvideo_decoder);
553 #endif //CONFIG_DSICINVIDEO_DECODER
554 #ifdef CONFIG_DSICINAUDIO_DECODER
555 register_avcodec(&dsicinaudio_decoder);
556 #endif //CONFIG_DSICINAUDIO_DECODER
551 557
552 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED) 558 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
553 #ifdef CONFIG_AMR_NB_DECODER 559 #ifdef CONFIG_AMR_NB_DECODER
554 register_avcodec(&amr_nb_decoder); 560 register_avcodec(&amr_nb_decoder);
555 #endif //CONFIG_AMR_NB_DECODER 561 #endif //CONFIG_AMR_NB_DECODER