[Ffmpeg-cvslog] r7435 - trunk/libavcodec/vp3.c

diego subversion
Wed Jan 10 15:19:33 CET 2007


Author: diego
Date: Wed Jan 10 15:19:33 2007
New Revision: 7435

Modified:
   trunk/libavcodec/vp3.c

Log:
Unconditionally enable Theora decoder. It works fine now and there is no
Theora support through libtheora in FFmpeg.


Modified: trunk/libavcodec/vp3.c
==============================================================================
--- trunk/libavcodec/vp3.c	(original)
+++ trunk/libavcodec/vp3.c	Wed Jan 10 15:19:33 2007
@@ -2643,7 +2643,6 @@
     NULL
 };
 
-#ifndef CONFIG_LIBTHEORA
 AVCodec theora_decoder = {
     "theora",
     CODEC_TYPE_VIDEO,
@@ -2656,4 +2655,3 @@
     0,
     NULL
 };
-#endif




More information about the ffmpeg-cvslog mailing list