There is a compilation problem with the latest snapshot of the XVid [17.03.2002]; 
Looks like they have thrown out some more properties...
This is a quick & dirty fix:

xvid.cpp; Lines 332-345:
---------------------------
        memset(&param, 0, sizeof(param));
        param.width = m_bh.biWidth;
        param.height = labs(m_bh.biHeight);
--      //param.framerate=30;//frames/sec
        param.bitrate = Registry::ReadInt(strDivxplugin, strBitRate, 800000);//bits/sec
--      //param.rc_period = Registry::ReadInt(strDivxplugin, "rc_period", 2000);
--      //param.rc_reaction_period = Registry::ReadInt(strDivxplugin, 
"rc_reaction_period", 10);
--      //param.rc_reaction_ratio = Registry::ReadInt(strDivxplugin, 
"rc_reaction_ratio", 20);
        param.max_quantizer = Registry::ReadInt(strDivxplugin, "max_quantizer", 
16);//just guess
        param.min_quantizer = Registry::ReadInt(strDivxplugin, "min_quantizer", 1);
        param.max_key_interval = Registry::ReadInt(strDivxplugin, "max_key_interval", 
300);
--      //param.motion_search = Registry::ReadInt(strDivxplugin, "motion_search", 0);
        // fast deinterlace
        //param.deinterlace=Registry::ReadInt(strDivxplugin, strDeinterlace, 0);


Regards. ~W
-- 
I have Linux installed, but it just doesn't wanna make coffee...

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to