Skip to content

Commit

Permalink
dxva: fix typo in advanced settings parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Oct 14, 2014
1 parent 6195a57 commit de19a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/settings/AdvancedSettings.cpp
Expand Up @@ -691,7 +691,7 @@ void CAdvancedSettings::ParseSettingsFile(const CStdString &file)

XMLUtils::GetBoolean(pElement,"forcedxvarenderer", m_DXVAForceProcessorRenderer);
XMLUtils::GetBoolean(pElement,"dxvanodeintforprogressive", m_DXVANoDeintProcForProgressive);
XMLUtils::GetBoolean(pElement, "dxvaalowhqscaling", m_DXVAAllowHqScaling);
XMLUtils::GetBoolean(pElement, "dxvaallowhqscaling", m_DXVAAllowHqScaling);
//0 = disable fps detect, 1 = only detect on timestamps with uniform spacing, 2 detect on all timestamps
XMLUtils::GetInt(pElement, "fpsdetect", m_videoFpsDetect, 0, 2);

Expand Down

0 comments on commit de19a74

Please sign in to comment.