]> git.pld-linux.org Git - packages/avifile.git/blame - avifile-0.52.bitrate.patch
- 20010514 snapshot
[packages/avifile.git] / avifile-0.52.bitrate.patch
CommitLineData
acb3a6d1
JR
1--- avifile-0.52/lib/videocodec/Module.cpp~ Sun Dec 17 01:07:43 2000
2+++ avifile-0.52/lib/videocodec/Module.cpp Fri Dec 22 19:07:20 2000
3@@ -49,7 +49,7 @@
4 int newkey;
5 int bitrate;
6 int count=4;
7- if(RegOpenKeyExA(HKEY_CURRENT_USER, "Software\\LinuxLoader\\div3", 0, 0, &newkey)!=0)
8+ if(RegOpenKeyExA(HKEY_CURRENT_USER, "Software\\LinuxLoader\\Div3", 0, 0, &newkey)!=0)
9 {
10 // cerr<<"Could not open Divx key"<<endl;
11 goto no_reg;
12@@ -61,6 +61,7 @@
13 goto no_reg;
14 }
15
16+ cout << "::module bitrate: " << bitrate << endl;
17 *(double*)((char*)_handle+0x14c0)=bitrate;
18 RegCloseKey(newkey);
19 no_reg:
This page took 0.066783 seconds and 4 git commands to generate.