PrintMes(RGY_LOG_ERROR, _T("Activating 2 or more deinterlacer is not supported.\n")); return RGY_ERR_UNSUPPORTED; } //vpp-rffの制約事項 if (inputParam->vpp.rff.enable) { if (trim_active(&m_trimParam)) { PrintMes(RGY_LOG_ERROR, _T("vpp-rff cannot be used with trim.\n"));...