CVS: main/libvo vo_fbdev.c,1.23,1.24
Update of /cvsroot/mplayer/main/libvo In directory usw-pr-cvs1:/tmp/cvs-serv13650 Modified Files: vo_fbdev.c Log Message: small change Index: vo_fbdev.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** vo_fbdev.c 2001/04/14 21:23:06 1.23 --- vo_fbdev.c 2001/04/14 22:49:35 1.24 *************** *** 1050,1054 **** for (i = 0; i < in_height; i++) { memcpy(frame_buffer + out_offset, next_frame + in_offset, ! in_width * fb_pixel_size); out_offset += fb_screen_width; in_offset += in_width * fb_pixel_size; --- 1050,1054 ---- for (i = 0; i < in_height; i++) { memcpy(frame_buffer + out_offset, next_frame + in_offset, ! in_width * fb_pixel_size); out_offset += fb_screen_width; in_offset += in_width * fb_pixel_size; _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Szabolcs Berecz