mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
spark: add 1080p50 videomode (needs neutrino fix)
Origin commit data
------------------
Branch: master
Commit: 75a4d2843b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -303,7 +303,8 @@ int cVideo::SetVideoSystem(int video_system, bool remember)
|
|||||||
"1080p30", // VIDEO_STD_1080P30
|
"1080p30", // VIDEO_STD_1080P30
|
||||||
"1080p24", // VIDEO_STD_1080P24
|
"1080p24", // VIDEO_STD_1080P24
|
||||||
"1080p25", // VIDEO_STD_1080P25
|
"1080p25", // VIDEO_STD_1080P25
|
||||||
"1080p50" // VIDEO_STD_1080P50
|
"720p50", // VIDEO_STD_AUTO -> not implemented
|
||||||
|
"1080p50" // VIDEO_STD_1080P50 -> SPARK only
|
||||||
};
|
};
|
||||||
|
|
||||||
if (video_system > VIDEO_STD_MAX)
|
if (video_system > VIDEO_STD_MAX)
|
||||||
|
@@ -89,7 +89,8 @@ typedef enum {
|
|||||||
VIDEO_STD_1080P24,
|
VIDEO_STD_1080P24,
|
||||||
VIDEO_STD_1080P25,
|
VIDEO_STD_1080P25,
|
||||||
VIDEO_STD_AUTO,
|
VIDEO_STD_AUTO,
|
||||||
VIDEO_STD_MAX = VIDEO_STD_AUTO
|
VIDEO_STD_1080P50, /* SPARK only */
|
||||||
|
VIDEO_STD_MAX = VIDEO_STD_1080P50
|
||||||
} VIDEO_STD;
|
} VIDEO_STD;
|
||||||
|
|
||||||
/* not used, for dummy functions */
|
/* not used, for dummy functions */
|
||||||
|
Reference in New Issue
Block a user