comparison allcodecs.c @ 4013:aace6b74fddc libavcodec

TIFF decoder
author kostya
date Fri, 13 Oct 2006 10:48:29 +0000
parents 986d6651a452
children f20c7bb12103
comparison
equal deleted inserted replaced
4012:f8c649ac09dd 4013:aace6b74fddc
555 register_avcodec(&dsicinaudio_decoder); 555 register_avcodec(&dsicinaudio_decoder);
556 #endif //CONFIG_DSICINAUDIO_DECODER 556 #endif //CONFIG_DSICINAUDIO_DECODER
557 #ifdef CONFIG_TIERTEXSEQVIDEO_DECODER 557 #ifdef CONFIG_TIERTEXSEQVIDEO_DECODER
558 register_avcodec(&tiertexseqvideo_decoder); 558 register_avcodec(&tiertexseqvideo_decoder);
559 #endif //CONFIG_TIERTEXSEQVIDEO_DECODER 559 #endif //CONFIG_TIERTEXSEQVIDEO_DECODER
560 #ifdef CONFIG_TIFF_DECODER
561 register_avcodec(&tiff_decoder);
562 #endif //CONFIG_TIFF_DECODER
560 563
561 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED) 564 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
562 #ifdef CONFIG_AMR_NB_DECODER 565 #ifdef CONFIG_AMR_NB_DECODER
563 register_avcodec(&amr_nb_decoder); 566 register_avcodec(&amr_nb_decoder);
564 #endif //CONFIG_AMR_NB_DECODER 567 #endif //CONFIG_AMR_NB_DECODER