[Mplayer-cvslog] CVS: main vobsub.c,1.15,1.16
Michael Niedermayer
michaelni at gmx.at
Sun Jul 28 14:57:13 CEST 2002
Hi
On Sunday 28 July 2002 14:42, Felix Buenemann wrote:
> On Sunday 28 July 2002 14:21, Kim Minh Kaplan wrote:
> > Atmosfear writes:
> > > - fprintf(me->fidx, " %06x", palette[i] & 0x00ffffff);
> > > + fprintf(me->fidx, " %02x%02x%02x", palette[i]>>16 & 0x000000ff,
> > > + palette[i]>>16 & 0x000000ff, palette[i]>>16 & 0x000000ff);
> >
> > What is that? You are replicating the Y part in the U & V... This
> > can't be correct.
>
> Before mplayer vobsub looked like 108080, 808080, eb8080, ... and Windows
hmm looks like grayscale in yuv encoding
> vobsub of the same dvd looked like 101010, 808080, ebebeb, ... so maybe
hmm looks like grayscale in rgb encoding
> windows vobsub is buggy, but to be compatible we need to do this, otherwise
> winvobsub displays bad colours.
>
> > Kim Minh.
Michael
More information about the MPlayer-cvslog
mailing list