Reset CI after standby option

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@493 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2010-03-17 11:11:15 +00:00
parent 77591d956a
commit 60d6db15d4
6 changed files with 28 additions and 2 deletions

View File

@@ -1378,6 +1378,7 @@ typedef enum {
LOCALE_CAM_WAITING,
LOCALE_CAM_TIMEOUT,
LOCALE_CAM_RESET,
LOCALE_CAM_RESET_STANDBY,
LOCALE_SUBTITLES_HEAD,
LOCALE_SUBTITLES_STOP,
LOCALE_FAN_SPEED,

View File

@@ -1378,6 +1378,7 @@ const char *locale_real_names[] = {
"cam.waiting",
"cam.timeout",
"cam.reset",
"cam.reset_standby",
"subtitles.head",
"subtitles.stop",
"fan_speed",

View File

@@ -91,6 +91,7 @@ struct SNeutrinoSettings
int avsync;
int clockrec;
int rounded_corners;
int ci_standby_reset;
//vcr
int vcr_AutoSwitch;