diff allcodecs.c @ 3525:5a3d790ebbed libavcodec

Remove spurious references to Ogg Theora encoder, such a thing never existed.
author diego
date Sat, 29 Jul 2006 20:47:47 +0000
parents 444bd402aebe
children 5d1828a07acf
line wrap: on
line diff
--- a/allcodecs.c	Sat Jul 29 08:45:33 2006 +0000
+++ b/allcodecs.c	Sat Jul 29 20:47:47 2006 +0000
@@ -60,9 +60,6 @@
 #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