Index: libs/libmythui/DisplayRes.cpp
===================================================================
--- libs/libmythui/DisplayRes.cpp	(revision 22620)
+++ libs/libmythui/DisplayRes.cpp	(working copy)
@@ -122,7 +122,7 @@
     }
 
     // try to find video override mode
-    uint key = DisplayResScreen::CalcKey(iwidth, iheight, frate);
+    uint key = DisplayResScreen::CalcKey(iwidth, iheight, 0);
     DisplayResMapCIt it = in_size_to_output_mode.find(key);
     if (it != in_size_to_output_mode.end())
         mode[next_mode = CUSTOM_VIDEO] = next = it->second;
