提交 a9621908 编写于 作者: D Diego Biurrun

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
上级 c3135e11
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册