Hooked up video quality input from avi compression chooser.
This commit is contained in:
parent
da4997ea9c
commit
90e36c15c6
|
@ -356,7 +356,10 @@ static int init( int width, int height )
|
||||||
h = GlobalAlloc(GHND, dwCompressBufferSize);
|
h = GlobalAlloc(GHND, dwCompressBufferSize);
|
||||||
outBuf = (LPVOID)GlobalLock(h);
|
outBuf = (LPVOID)GlobalLock(h);
|
||||||
|
|
||||||
dwQuality = ICGetDefaultQuality( cmpvars.hic );
|
//dwQuality = ICGetDefaultQuality( cmpvars.hic );
|
||||||
|
dwQuality = cmpvars.lQ;
|
||||||
|
|
||||||
|
//printf("Quality Setting: %i\n", dwQuality );
|
||||||
|
|
||||||
ICCompressBegin( cmpvars.hic, &bmapIn, bmapOut );
|
ICCompressBegin( cmpvars.hic, &bmapIn, bmapOut );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue