]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-cout.patch
v0.51
[packages/avifile.git] / avifile-cout.patch
CommitLineData
0af0ffb8
JR
1--- avifile-0.50/lib/videocodec/Module.cpp~ Wed Dec 6 16:44:54 2000
2+++ avifile-0.50/lib/videocodec/Module.cpp Wed Dec 6 16:47:46 2000
3@@ -60,7 +60,7 @@
4 RegCloseKey(newkey);
5 goto no_reg;
6 }
7- printf("::module bitrate: %d\n",bitrate);
8+ cout << "::module bitrate: %d\n" << bitrate;
9 *(double*)((char*)_handle+0x14c0)=bitrate;
10 RegCloseKey(newkey);
11 no_reg:
This page took 0.071508 seconds and 4 git commands to generate.