spark: add 1080p50 videomode (needs neutrino fix)

This commit is contained in:
Stefan Seyfried
2012-04-14 10:56:36 +02:00
parent c4b359bf92
commit 75a4d2843b
2 changed files with 4 additions and 2 deletions

View File

@@ -89,7 +89,8 @@ typedef enum {
VIDEO_STD_1080P24,
VIDEO_STD_1080P25,
VIDEO_STD_AUTO,
VIDEO_STD_MAX = VIDEO_STD_AUTO
VIDEO_STD_1080P50, /* SPARK only */
VIDEO_STD_MAX = VIDEO_STD_1080P50
} VIDEO_STD;
/* not used, for dummy functions */