[MPlayer-dev-eng] [PATCH] Add DVB teletext support
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Aug 31 01:13:57 CEST 2009
Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:
> > + override_tag= av_codec_get_tag(mp_wav_override_taglists,
> > codec->codec_id);
> > + if (override_tag)
> > + codec->codec_tag= override_tag;
>
> I'd say move it out of the switch so it isn't duplicated.
> Also obviously mp_wav_override_taglists should then be renamed...
Hopefully done correctly.
All my samples play fine now with -demuxer lavf.
I don't know if MPEG4 ASP in transport stream ever existed, I don't have a dirac
in ts sample and my only VC1 in ts (bluray) sample works fine.
(They all seem to be decoded by libavformat/mpegts.c)
Carl Eugen
More information about the MPlayer-dev-eng
mailing list