1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Unconditionally enable Theora decoder. It works fine now and there is no

Theora support through libtheora in FFmpeg.

Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-01-10 14:19:33 +00:00
parent c3135e11f4
commit a9621908dc

View File

@ -2643,7 +2643,6 @@ AVCodec vp3_decoder = {
NULL
};
#ifndef CONFIG_LIBTHEORA
AVCodec theora_decoder = {
"theora",
CODEC_TYPE_VIDEO,
@ -2656,4 +2655,3 @@ AVCodec theora_decoder = {
0,
NULL
};
#endif