Skip to content
Snippets Groups Projects
Commit a9621908 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
parent c3135e11
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment