From 7493c687b87bb5dae90a295a76e0f1197b9d4172 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 d8dfd55f6b502f39808689a8f2b96a9395d9ccf9. Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/18f3fbd8b905be0b4464237bf010f179a2a45618 Author: max_10 Date: 2017-10-07 (Sat, 07 Oct 2017) ------------------ This commit was generated by Migit --- 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 */