spark: temporary (for testing) map "auto" video mode to 1080p50

Origin commit data
------------------
Branch: master
Commit: 56874d9721
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-05 (Thu, 05 Apr 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-04-05 11:58:05 +02:00
parent 8b035e392f
commit f114e8c7da

View File

@@ -303,7 +303,7 @@ int cVideo::SetVideoSystem(int video_system, bool remember)
"1080p30", // VIDEO_STD_1080P30
"1080p24", // VIDEO_STD_1080P24
"1080p25", // VIDEO_STD_1080P25
"1080i50" // VIDEO_STD_AUTO...
"1080p50" // VIDEO_STD_1080P50
};
if (video_system > VIDEO_STD_MAX)