From 621f6afec8f3c99366d66d4ef5cb489703df5653 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 31 May 2018 13:55:54 +0200 Subject: [PATCH] fix framerate 29970 signalisatiom (by bazi98) Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/e618c66606b0a5241bb81c2596e30cdbaaffc00c Author: Jacek Jendrzej Date: 2018-05-31 (Thu, 31 May 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index 0f8381d..1255b0c 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -708,7 +708,7 @@ static inline int rate2csapi(int rate) return 1; case 25000: return 2; - case 29976: + case 29970: return 3; case 30000: return 4;