Ticket #3033: 3033-test-1.patch

File 3033-test-1.patch, 644 bytes (added by danielk, 17 years ago)

Debugging patch

  • libs/libmythtv/videoout_xv.cpp

     
    11471147    bool ok = InitVideoBuffers(myth_codec_id, xv, shm);
    11481148    XV_INIT_FATAL_ERROR_TEST(!ok, "Failed to get any video output");
    11491149
    1150     if (!xvmc_tex && video_output_subtype >= XVideo)
    1151         InitColorKey(true);
     1150//    if (!xvmc_tex && video_output_subtype >= XVideo)
     1151//        InitColorKey(true);
    11521152
    11531153    // Deal with the nVidia 6xxx & 7xxx cards which do
    11541154    // not support chromakeying with the latest drivers