Remove spurious references to Ogg Theora encoder, such a thing never existed.

Originally committed as revision 5858 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-07-29 20:47:47 +00:00
parent b6eaae39b4
commit 9cf94714d0
2 changed files with 0 additions and 4 deletions

View File

@@ -60,9 +60,6 @@ void avcodec_register_all(void)
#endif //CONFIG_OGGVORBIS_DECODER
#endif
#ifdef CONFIG_LIBTHEORA
#ifdef CONFIG_OGGTHEORA_ENCODER
// register_avcodec(&oggtheora_encoder);
#endif //CONFIG_OGGTHEORA_ENCODER
#ifdef CONFIG_OGGTHEORA_DECODER
register_avcodec(&oggtheora_decoder);
#endif //CONFIG_OGGTHEORA_DECODER