Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 7919
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- vcr-1.09.orig/src/capproc.cc
0
++ vcr-1.09/src/capproc.cc
Lines 141-148 Link Here
141
		int o_x_off = a.window.x * 3;
141
		int o_x_off = a.window.x * 3;
142
		
142
		
143
		for (int i = 0; i < c_lines; i++)
143
		for (int i = 0; i < c_lines; i++)
144
		  {
144
    {
145
		    memcpy(tmpframe + i*c_bpl, z + (o_y_end -i -1)*o_bpl + o_x_off, c_bpl);
145
        // RO patch to fix mirroring
146
        memcpy(tmpframe + i*c_bpl, z + (i)* o_bpl + o_x_off, c_bpl);
147
		    //memcpy(tmpframe + i*c_bpl, z + (o_y_end -i -1)*o_bpl + o_x_off, c_bpl);
146
		  }
148
		  }
147
	      }
149
	      }
148
	    ch.data=tmpframe;
150
	    ch.data=tmpframe;

Return to bug 7919