diff --git a/mediaportal/Core/Player/RefreshRateChanger.cs b/mediaportal/Core/Player/RefreshRateChanger.cs index a27b0564058..49c0778a6c2 100644 --- a/mediaportal/Core/Player/RefreshRateChanger.cs +++ b/mediaportal/Core/Player/RefreshRateChanger.cs @@ -1025,7 +1025,7 @@ public static void AdaptRefreshRate(string strFile, MediaType type) Log.Info("RefreshRateChanger.AdaptRefreshRate: Scantype on file {0} is {1}", strFile, g_Player.MediaInfo.ScanType); - if (g_Player.MediaInfo.IsInterlaced) + if (g_Player.MediaInfo.IsInterlaced || g_Player.MediaInfo.ScanType.Equals("mbaff", StringComparison.OrdinalIgnoreCase)) { Log.Info("RefreshRateChanger.AdaptRefreshRate: Interlacing detected on file {0}. Fps is {1}", strFile, fps);