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;