Changeset 706:7db3e02ea2e2 in mediastreamer2
- Timestamp:
- Oct 2, 2009 6:54:52 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/mediastreamer2/src/videoout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/mediastreamer2/src/videoout.c
r705 r706 521 521 0,0,bi.biWidth,bi.biHeight,0); 522 522 523 ret=DrawDibDraw(wd->ddh,hdc,0, rect.bottom-(rect.bottom-h)/2,524 rect.right,( rect.bottom-h)/2,523 ret=DrawDibDraw(wd->ddh,hdc,0,(rect.bottom)-((rect.bottom-h+1)&~0x1)/2, 524 rect.right,((rect.bottom-h+1)&~0x1)/2, 525 525 &bi,wd->black, 526 526 0,0,bi.biWidth,bi.biHeight,0); 527 527 528 ret=DrawDibDraw(wd->ddh,hdc, rect.right-(rect.right-w)/2,0,529 ( rect.right-w)/2,rect.bottom,528 ret=DrawDibDraw(wd->ddh,hdc,(rect.right)-((rect.right-w+1)&~0x1)/2,0, 529 ((rect.right-w+1)&~0x1)/2,rect.bottom, 530 530 &bi,wd->black, 531 531 0,0,bi.biWidth,bi.biHeight,0);
Note: See TracChangeset
for help on using the changeset viewer.
