changeset 10480:bea92d25f53e libavcodec

Support demuxing teletext in DVB streams. Original patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Thu, 29 Oct 2009 10:46:16 +0000
parents bc20a950f9a7
children 473d52076994
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Thu Oct 29 10:43:56 2009 +0000
+++ b/avcodec.h	Thu Oct 29 10:46:16 2009 +0000
@@ -331,6 +331,7 @@
     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,