align videomodes

This commit is contained in:
TangoCash
2017-06-09 14:03:09 +02:00
parent b66a63553b
commit 7f9a31d29c

View File

@@ -101,9 +101,12 @@ typedef enum {
VIDEO_STD_1080P30, VIDEO_STD_1080P30,
VIDEO_STD_1080P24, VIDEO_STD_1080P24,
VIDEO_STD_1080P25, VIDEO_STD_1080P25,
VIDEO_STD_1080P50,
VIDEO_STD_1080P60,
VIDEO_STD_1080P2397,
VIDEO_STD_1080P2997,
VIDEO_STD_AUTO, VIDEO_STD_AUTO,
VIDEO_STD_1080P50, /* SPARK only */ VIDEO_STD_MAX = VIDEO_STD_AUTO
VIDEO_STD_MAX
} VIDEO_STD; } VIDEO_STD;
/* not used, for dummy functions */ /* not used, for dummy functions */