Mercurial > libavcodec.hg
comparison allcodecs.c @ 3914:ac5df84bc14c libavcodec
Add vorbis encoder to ffmpeg
| author | ods15 |
|---|---|
| date | Mon, 02 Oct 2006 06:18:02 +0000 |
| parents | 5b987af96509 |
| children | c8c591fe26f8 |
comparison
equal
deleted
inserted
replaced
| 3913:f2204277a928 | 3914:ac5df84bc14c |
|---|---|
| 49 #ifdef CONFIG_MP3LAME_ENCODER | 49 #ifdef CONFIG_MP3LAME_ENCODER |
| 50 register_avcodec(&mp3lame_encoder); | 50 register_avcodec(&mp3lame_encoder); |
| 51 #endif //CONFIG_MP3LAME_ENCODER | 51 #endif //CONFIG_MP3LAME_ENCODER |
| 52 #endif | 52 #endif |
| 53 #ifdef CONFIG_LIBVORBIS | 53 #ifdef CONFIG_LIBVORBIS |
| 54 #ifdef CONFIG_OGGVORBIS_ENCODER | 54 #if (defined CONFIG_OGGVORBIS_ENCODER && !defined CONFIG_VORBIS_ENCODER) |
| 55 register_avcodec(&oggvorbis_encoder); | 55 register_avcodec(&oggvorbis_encoder); |
| 56 #endif //CONFIG_OGGVORBIS_ENCODER | 56 #endif //CONFIG_OGGVORBIS_ENCODER |
| 57 #if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER) | 57 #if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER) |
| 58 register_avcodec(&oggvorbis_decoder); | 58 register_avcodec(&oggvorbis_decoder); |
| 59 #endif //CONFIG_OGGVORBIS_DECODER | 59 #endif //CONFIG_OGGVORBIS_DECODER |
| 505 register_avcodec(&ws_snd1_decoder); | 505 register_avcodec(&ws_snd1_decoder); |
| 506 #endif //CONFIG_WS_SND1_DECODER | 506 #endif //CONFIG_WS_SND1_DECODER |
| 507 #ifdef CONFIG_VORBIS_DECODER | 507 #ifdef CONFIG_VORBIS_DECODER |
| 508 register_avcodec(&vorbis_decoder); | 508 register_avcodec(&vorbis_decoder); |
| 509 #endif | 509 #endif |
| 510 #ifdef CONFIG_VORBIS_ENCODER | |
| 511 register_avcodec(&vorbis_encoder); | |
| 512 #endif | |
| 510 #ifdef CONFIG_LIBGSM | 513 #ifdef CONFIG_LIBGSM |
| 511 register_avcodec(&libgsm_decoder); | 514 register_avcodec(&libgsm_decoder); |
| 512 #endif //CONFIG_LIBGSM | 515 #endif //CONFIG_LIBGSM |
| 513 #ifdef CONFIG_QDM2_DECODER | 516 #ifdef CONFIG_QDM2_DECODER |
| 514 register_avcodec(&qdm2_decoder); | 517 register_avcodec(&qdm2_decoder); |
