Mercurial > libavcodec.hg
comparison allcodecs.c @ 2665:5ea2a7f74817 libavcodec
theora decoding using libtheora
| author | mru |
|---|---|
| date | Wed, 11 May 2005 16:42:15 +0000 |
| parents | e2780f828440 |
| children | 4fe1c19fc7a3 |
comparison
equal
deleted
inserted
replaced
| 2664:f20c1cdfce76 | 2665:5ea2a7f74817 |
|---|---|
| 59 register_avcodec(&oggvorbis_decoder); | 59 register_avcodec(&oggvorbis_decoder); |
| 60 #endif //CONFIG_OGGVORBIS_DECODER | 60 #endif //CONFIG_OGGVORBIS_DECODER |
| 61 #endif | 61 #endif |
| 62 #ifdef CONFIG_LIBTHEORA | 62 #ifdef CONFIG_LIBTHEORA |
| 63 #ifdef CONFIG_OGGTHEORA_ENCODER | 63 #ifdef CONFIG_OGGTHEORA_ENCODER |
| 64 register_avcodec(&oggtheora_encoder); | 64 // register_avcodec(&oggtheora_encoder); |
| 65 #endif //CONFIG_OGGTHEORA_ENCODER | 65 #endif //CONFIG_OGGTHEORA_ENCODER |
| 66 #ifdef CONFIG_OGGTHEORA_DECODER | 66 #ifdef CONFIG_OGGTHEORA_DECODER |
| 67 register_avcodec(&oggtheora_decoder); | 67 register_avcodec(&oggtheora_decoder); |
| 68 #endif //CONFIG_OGGTHEORA_DECODER | 68 #endif //CONFIG_OGGTHEORA_DECODER |
| 69 #endif | 69 #endif |
| 356 register_avcodec(&h264_decoder); | 356 register_avcodec(&h264_decoder); |
| 357 #endif //CONFIG_H264_DECODER | 357 #endif //CONFIG_H264_DECODER |
| 358 #ifdef CONFIG_VP3_DECODER | 358 #ifdef CONFIG_VP3_DECODER |
| 359 register_avcodec(&vp3_decoder); | 359 register_avcodec(&vp3_decoder); |
| 360 #endif //CONFIG_VP3_DECODER | 360 #endif //CONFIG_VP3_DECODER |
| 361 #ifdef CONFIG_THEORA_DECODER | 361 #if (defined CONFIG_THEORA_DECODER && !defined CONFIG_LIBTHEORA) |
| 362 register_avcodec(&theora_decoder); | 362 register_avcodec(&theora_decoder); |
| 363 #endif //CONFIG_THEORA_DECODER | 363 #endif //CONFIG_THEORA_DECODER |
| 364 #ifdef CONFIG_ASV1_DECODER | 364 #ifdef CONFIG_ASV1_DECODER |
| 365 register_avcodec(&asv1_decoder); | 365 register_avcodec(&asv1_decoder); |
| 366 #endif //CONFIG_ASV1_DECODER | 366 #endif //CONFIG_ASV1_DECODER |
