Ticket #6660: colorkey_patch_better.diff

File colorkey_patch_better.diff, 531 bytes (added by markk, 17 years ago)

improved colorkey/chroma osd check

  • 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"