From 18f3fbd8b905be0b4464237bf010f179a2a45618 Mon Sep 17 00:00:00 2001 From: max_10 Date: Sat, 7 Oct 2017 20:22:40 +0200 Subject: [PATCH] Revert "align videomodes" This reverts commit 7f9a31d29c903df9913ec5d656c65be424867a17. --- libspark/video_lib.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/libspark/video_lib.h b/libspark/video_lib.h index e172cb9..3f8a7c2 100644 --- a/libspark/video_lib.h +++ b/libspark/video_lib.h @@ -101,12 +101,9 @@ typedef enum { VIDEO_STD_1080P30, VIDEO_STD_1080P24, VIDEO_STD_1080P25, - VIDEO_STD_1080P50, - VIDEO_STD_1080P60, - VIDEO_STD_1080P2397, - VIDEO_STD_1080P2997, VIDEO_STD_AUTO, - VIDEO_STD_MAX = VIDEO_STD_AUTO + VIDEO_STD_1080P50, /* SPARK only */ + VIDEO_STD_MAX } VIDEO_STD; /* not used, for dummy functions */