[MPlayer-dev-eng] [PATCH] display DVD subtitles
Kim Minh Kaplan
kaplan at kim-minh.com
Thu Nov 22 11:55:41 CET 2001
Felix Buenemann writes:
> I think I found a bug in DVD sub code, it seems to render one line
> to much at the bottom of subpicture, where would be the right place
> to change that (means render only y-1)?
I have seen this too. The place to change this is:
this->height = this->end_row - this->start_row + 1;
OTOH I don't know why this calculation is wrong so it troubles me...
Kim Minh.
More information about the MPlayer-dev-eng
mailing list