comparison allcodecs.c @ 3118:01b58c3b8a91 libavcodec

tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
author alex
date Sun, 12 Feb 2006 02:15:19 +0000
parents eb3d3988aff2
children 09ae2e981d64
comparison
equal deleted inserted replaced
3117:649af3fa175b 3118:01b58c3b8a91
503 register_avcodec(&cook_decoder); 503 register_avcodec(&cook_decoder);
504 #endif //CONFIG_COOK_DECODER 504 #endif //CONFIG_COOK_DECODER
505 #ifdef CONFIG_TRUESPEECH_DECODER 505 #ifdef CONFIG_TRUESPEECH_DECODER
506 register_avcodec(&truespeech_decoder); 506 register_avcodec(&truespeech_decoder);
507 #endif //CONFIG_TRUESPEECH_DECODER 507 #endif //CONFIG_TRUESPEECH_DECODER
508 #ifdef CONFIG_TTA_DECODER
509 register_avcodec(&tta_decoder);
510 #endif //CONFIG_TTA_DECODER
508 #ifdef CONFIG_RAWVIDEO_DECODER 511 #ifdef CONFIG_RAWVIDEO_DECODER
509 register_avcodec(&rawvideo_decoder); 512 register_avcodec(&rawvideo_decoder);
510 #endif //CONFIG_RAWVIDEO_DECODER 513 #endif //CONFIG_RAWVIDEO_DECODER
511 #endif /* CONFIG_DECODERS */ 514 #endif /* CONFIG_DECODERS */
512 515