use video auto modes only if they enabled in neutrino

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@728 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-08-19 12:47:18 +00:00
parent ab9fdf0eb9
commit 8c22be3153
8 changed files with 24 additions and 7 deletions

View File

@@ -1025,3 +1025,9 @@ printf("CAllUsalsNotifier::changeNotify: %s\n", onoff ? "ON" : "OFF");
}
return true;
}
bool CAutoModeNotifier::changeNotify(const neutrino_locale_t /*OptionName*/, void * /* data */)
{
videoDecoder->SetAutoModes(g_settings.enabled_video_modes);
return true;
}