diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-31 20:56:15 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-31 20:56:15 +0000 |
commit | 6c9ce82f7464cf2a765854a60ca51e1386a4de80 (patch) | |
tree | 8362c65bdf0fb365968bfa61d5f22c1a1cc6c131 /libavcodec/avcodec.h | |
parent | 98a2582f49fc20fca4315fcf2e1881f281c6c065 (diff) | |
download | ffmpeg-6c9ce82f7464cf2a765854a60ca51e1386a4de80.tar.gz |
remove libtheora wrapper
Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d0dabb5543..7c0009fc1b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -201,8 +201,6 @@ enum CodecID { CODEC_ID_TTA, CODEC_ID_SMACKAUDIO, - CODEC_ID_OGGTHEORA= 0x16000, - /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, CODEC_ID_DVB_SUBTITLE, @@ -2186,7 +2184,6 @@ extern AVCodec mace6_decoder; extern AVCodec huffyuv_decoder; extern AVCodec ffvhuff_decoder; extern AVCodec oggvorbis_decoder; -extern AVCodec oggtheora_decoder; extern AVCodec cyuv_decoder; extern AVCodec h264_decoder; extern AVCodec indeo3_decoder; |