Skip to content

Commit

Permalink
set deinterlace mode to AUTO as default
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 26, 2014
1 parent d14625c commit fdf4e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/settings/VideoSettings.cpp
Expand Up @@ -29,7 +29,7 @@

CVideoSettings::CVideoSettings()
{
m_DeinterlaceMode = VS_DEINTERLACEMODE_OFF;
m_DeinterlaceMode = VS_DEINTERLACEMODE_AUTO;
m_InterlaceMethod = VS_INTERLACEMETHOD_AUTO;
m_ScalingMethod = VS_SCALINGMETHOD_LINEAR;
m_ViewMode = ViewModeNormal;
Expand Down

0 comments on commit fdf4e48

Please sign in to comment.