]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-0.52.bitrate.patch
c4925906da9e29c07c8b6ec1cd2c5179 avifile-0.6-20010501.tar.gz
[packages/avifile.git] / avifile-0.52.bitrate.patch
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.181626 seconds and 3 git commands to generate.