[Mplayer-cvslog] CVS: main mplayer.c,1.768,1.769

Moritz Bunkus moritz at bunkus.org
Mon Aug 23 22:22:47 CEST 2004


Hi,

> -if(d_dvdsub->id >= 0 && vo_spudec==NULL && sh_video){
> +if(vo_spudec==NULL && sh_video && stream->type==STREAMTYPE_DVD){

This change breaks VobSub-in-Matroska. Do you mind if I change this
to...

> +if(vo_spudec==NULL && sh_video && (stream->type==STREAMTYPE_DVD || demuxer->type==DEMUXER_TYPE_MATROSKA)){

? Or would this intruduce clashes with the other new code for subtitle
selection?

Mosu

-- 
If Darl McBride was in charge, he'd probably make marriage
unconstitutional too, since clearly it de-emphasizes the commercial
nature of normal human interaction, and probably is a major impediment
to the commercial growth of prostitution. - Linus Torvalds
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20040823/472392cd/attachment.pgp>


More information about the MPlayer-cvslog mailing list