From 921c5e248f6a022bcadd6d09a262603bc5250399 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/e77090de83f1d654024e784fdfca077fc765f237 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 ea8d6b9..f9991d0 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;