[FFmpeg-devel] [PATCH 12/28] added: Ticket #7187, TV Teletext support for DVB EBU Teletext streams

Janne Grunau janne-ffmpeg
Wed Jun 30 12:16:12 CEST 2010


On Wed, Jun 30, 2010 at 09:26:47AM +0000, Carl Eugen Hoyos wrote:
> Mans Rullgard <mans <at> mansr.com> writes:
> 
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -349,6 +349,10 @@ enum CodecID {
> >      CODEC_ID_HDMV_PGS_SUBTITLE,
> >      CODEC_ID_DVB_TELETEXT,
> > 
> > +    /* data codecs */
> > +    CODEC_ID_VBI_DATA= 0x17500,
> > +    CODEC_ID_VBI_TELETEXT,
> 
> Before this gets applied, I would suggest we understand why MPlayer doesn't need
> it.

Are you sure that MPlayer supports teletext in MPEG-TS with
-demuxer lavf? MythTV has a similar patch for VBI in MPEG-TS.

Janne



More information about the ffmpeg-devel mailing list