[MPlayer-dev-eng] [PATCH] Add DVB teletext support

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Aug 30 23:26:45 CEST 2009


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> > Inlined (and because of BPCM possibly mangled) patch fixes audio, are you ok
> > with it?
> 
> Looks ok.

Will apply shortly.

What about the following? Or should I create mp_video_override_tags? But since
codec_id is distinct for audio and video, I think it is not necessary.

Carl Eugen

Index: libmpdemux/mp_taglists.c
===================================================================
--- libmpdemux/mp_taglists.c    (revision 29588)
+++ libmpdemux/mp_taglists.c    (working copy)
@@ -66,6 +66,7 @@
     { CODEC_ID_PCM_BLURAY,        MKTAG('B', 'P', 'C', 'M')},
     { CODEC_ID_MP2,               0x50},
     { CODEC_ID_AC3,               0x2000},
+    { CODEC_ID_MPEG2VIDEO,        MKTAG('M', 'P', 'G', '2')},
     { 0, 0 },
 };






More information about the MPlayer-dev-eng mailing list