summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorFrancesco Lavra <francescolavra@interfree.it>2009-10-29 10:46:16 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-10-29 10:46:16 +0000
commite58992e41fbedb5d7ed5d4c4cf4c7c52cac81b91 (patch)
tree41c1f52aefe734c0532ed57ce2faa75bfbc41f60 /libavcodec
parentd886e4df10217b4c04a96872cefa375ebbbc143e (diff)
Support demuxing teletext in DVB streams.
Original patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 20414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 9e8a636233..c258a339d5 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -331,6 +331,7 @@ enum CodecID {
CODEC_ID_SSA,
CODEC_ID_MOV_TEXT,
CODEC_ID_HDMV_PGS_SUBTITLE,
+ CODEC_ID_DVB_TELETEXT,
/* other specific kind of codecs (generally used for attachments) */
CODEC_ID_TTF= 0x18000,