From 056cf828b6091b165d0408c55ffe36f6cd6959fb Mon Sep 17 00:00:00 2001 From: "[CST] Bas" Date: Wed, 9 Apr 2014 12:39:25 +0200 Subject: [PATCH] lib/libcoolstream2/video_cs.h: add 23.97hz and 29.97hz modes in api Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/f47c157db21a2743f78090b778f02c07b6553575 Author: [CST] Bas Date: 2014-04-09 (Wed, 09 Apr 2014) --- lib/libcoolstream2/video_cs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libcoolstream2/video_cs.h b/lib/libcoolstream2/video_cs.h index 07310e313..9f15eb8fc 100644 --- a/lib/libcoolstream2/video_cs.h +++ b/lib/libcoolstream2/video_cs.h @@ -130,6 +130,8 @@ typedef enum { 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;