Ticket #6660: colorkey_patch.diff

File colorkey_patch.diff, 530 bytes (added by markk, 17 years ago)
  • libs/libmythtv/videoout_xv.cpp

     
    10851085{
    10861086    // Deal with the nVidia 6xxx & 7xxx cards which do
    10871087    // not support chromakeying with the latest drivers
    1088     if (xv_colorkey || !chroma_osd)
     1088    if (!(xv_colorkey == letterbox_color) || !chroma_osd)
    10891089        return true;
    10901090
    10911091    VERBOSE(VB_IMPORTANT, LOC + "Ack! Disabling ChromaKey OSD"