Mercurial > libavcodec.hg
comparison allcodecs.c @ 3006:4007989367bc libavcodec
TrueSpeech compatible audio decoder by Konstantin Shishkov
| author | diego |
|---|---|
| date | Tue, 03 Jan 2006 02:30:38 +0000 |
| parents | bfabfdf9ce55 |
| children | 1720680830c7 |
comparison
equal
deleted
inserted
replaced
| 3005:6f6f307cffac | 3006:4007989367bc |
|---|---|
| 495 register_avcodec(&qdm2_decoder); | 495 register_avcodec(&qdm2_decoder); |
| 496 #endif //CONFIG_QDM2_DECODER | 496 #endif //CONFIG_QDM2_DECODER |
| 497 #ifdef CONFIG_COOK_DECODER | 497 #ifdef CONFIG_COOK_DECODER |
| 498 register_avcodec(&cook_decoder); | 498 register_avcodec(&cook_decoder); |
| 499 #endif //CONFIG_COOK_DECODER | 499 #endif //CONFIG_COOK_DECODER |
| 500 #ifdef CONFIG_TRUESPEECH_DECODER | |
| 501 register_avcodec(&truespeech_decoder); | |
| 502 #endif //CONFIG_TRUESPEECH_DECODER | |
| 500 #ifdef CONFIG_RAWVIDEO_DECODER | 503 #ifdef CONFIG_RAWVIDEO_DECODER |
| 501 register_avcodec(&rawvideo_decoder); | 504 register_avcodec(&rawvideo_decoder); |
| 502 #endif //CONFIG_RAWVIDEO_DECODER | 505 #endif //CONFIG_RAWVIDEO_DECODER |
| 503 #endif /* CONFIG_DECODERS */ | 506 #endif /* CONFIG_DECODERS */ |
| 504 | 507 |
