fixed hundreds of warnings from MSVC 2010.
This commit is contained in:
@@ -208,7 +208,7 @@ int main(int argc, const char* argv[])
|
||||
|
||||
imshow("Interpolated frame", frames[currentFrame]);
|
||||
|
||||
while (true)
|
||||
for(;;)
|
||||
{
|
||||
int key = toupper(waitKey(10) & 0xff);
|
||||
|
||||
|
Reference in New Issue
Block a user