From 95a9b875d6caf132a4f573559308bf574bb13e59 Mon Sep 17 00:00:00 2001 From: Frankenstone Date: Wed, 30 May 2018 19:06:00 +0200 Subject: [PATCH] fix last commit 0b63d2cd38ea6bd93bd0bfcd5bf97e50e3b7532f for azbox Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/6aefb51252849b528cf42567ae90aba4d8c3ef2f Author: Frankenstone Date: 2018-05-30 (Wed, 30 May 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- azbox/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azbox/video.cpp b/azbox/video.cpp index 8ce3817..fdf24d8 100644 --- a/azbox/video.cpp +++ b/azbox/video.cpp @@ -500,7 +500,7 @@ static inline int rate2csapi(int rate) return 4; case 50: return 5; - case 50940: + case 59940: return 6; case 60: return 7;