From d8dfd55f6b502f39808689a8f2b96a9395d9ccf9 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Fri, 9 Jun 2017 14:03:09 +0200 Subject: [PATCH] align videomodes Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/7f9a31d29c903df9913ec5d656c65be424867a17 Author: TangoCash Date: 2017-06-09 (Fri, 09 Jun 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libspark/video_lib.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libspark/video_lib.h b/libspark/video_lib.h index 3f8a7c2..e172cb9 100644 --- a/libspark/video_lib.h +++ b/libspark/video_lib.h @@ -101,9 +101,12 @@ 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_1080P50, /* SPARK only */ - VIDEO_STD_MAX + VIDEO_STD_MAX = VIDEO_STD_AUTO } VIDEO_STD; /* not used, for dummy functions */