[MPlayer-cvslog] r24029 - trunk/spudec.c
Alex Beregszaszi
alex at rtfs.hu
Wed Aug 8 23:24:13 CEST 2007
Hi,
> @@ -1077,7 +1075,6 @@ nothing_to_do:
> case 1:
> spu->scaled_start_row = dys*sub_pos/100 - spu->scaled_height/2;
> if (sub_pos < 50) {
> - if (spu->scaled_start_row < 0) spu->scaled_start_row = 0;
> } else {
> if (spu->scaled_start_row + spu->scaled_height > dys)
> spu->scaled_start_row = dys - spu->scaled_height;
> @@ -1085,7 +1082,6 @@ nothing_to_do:
> break;
> case 2:
> spu->scaled_start_row = dys*sub_pos/100 - spu->scaled_height;
> - if (spu->scaled_start_row < 0) spu->scaled_start_row = 0;
> break;
Care to indent it up here?
--
Alex
More information about the MPlayer-cvslog
mailing list