id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,mlocked 7448,Video Override modes never match Video,reidjr_at_lineone_net,JYA," [Been scratching my head trying to get override modes to work, to match PAL/NTSC playback framerate and resolution.] The override modes (Settings -> Appearance -> Video modes) no longer work in 0.22-fixes. in DisplayRes.cpp Upon initialization, a key is generated for each override mode using : {{{ uint key = DisplayResScreen::CalcKey(iw, ih, irate); }}} Upon Video playback, a key is generated based on Video dimensions and framerate {{{ uint key = DisplayResScreen::CalcKey(iwidth, iheight, frate); }}} This key is checked against they keys for each override mode. If they match, then the associated output framesize and rate should be used rather than the default. However as the override modes have no framerate, irate is always 0, and even when the frame dimensions match the keys never match ( unless the Video reports a 0 frate). Attached is a trivial patch to remove frate from the key generated for the Video, (also set to 0) , allowing matching keys to be generated. ",defect,closed,minor,unknown,MythTV - Video Playback,0.22rc1,medium,fixed,,,0