fix warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -429,7 +429,7 @@ VideoNode::CreateBuffers(BRect frame, color_space cspace, bool overlay)
|
|||||||
printf("VideoNode::CreateBuffers failed\n");
|
printf("VideoNode::CreateBuffers failed\n");
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
printf("overlay bitmap: got: bytes per row: %d\n", fBitmap->BytesPerRow());
|
printf("overlay bitmap: got: bytes per row: %ld\n", fBitmap->BytesPerRow());
|
||||||
fOverlayActive = overlay;
|
fOverlayActive = overlay;
|
||||||
UnlockBitmap();
|
UnlockBitmap();
|
||||||
printf("VideoNode::CreateBuffers success\n");
|
printf("VideoNode::CreateBuffers success\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user