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

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Aug 30 23:11:59 CEST 2009


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

> > You mean you can play video with demuxer lavf and the following sample with
> > unpatched MPlayer?
> > http://samples.mplayerhq.hu/MPEG-VOB/transport/dvbsub/dvbsubtest.ts
> 
> With
> -demuxer lavf -vc +ffmpeg12 -ac +ffmp2
> yes.

Apart from the fact that this is a serious regression and does not work for
several audio streams with different codecs iirc, I believe it is really
inconvenient!
Inlined (and because of BPCM possibly mangled) patch fixes audio, are you ok
with it?

> With random dvb samples it depends on luck if you need to force any
> codecs.

Could you point me to a sample that does not need forcing?

Carl Eugen

Index: libmpdemux/mp_taglists.c
===================================================================
--- libmpdemux/mp_taglists.c    (revision 29569)
+++ libmpdemux/mp_taglists.c    (working copy)
@@ -63,6 +63,8 @@
     { CODEC_ID_PCM_S24LE,         1},
     { CODEC_ID_PCM_S32BE,         MKTAG('i', 'n', '3', '2')},
     { CODEC_ID_PCM_S32LE,         1},
+    { CODEC_ID_MP2,               0x50},
+    { CODEC_ID_AC3,               0x2000},
     { 0, 0 },
 };






More information about the MPlayer-dev-eng mailing list