Ticket #3410: 3410-quick-fix.patch

File 3410-quick-fix.patch, 547 bytes (added by danielk, 18 years ago)

Work around until I can look at this problem more closely

  • libs/libmythtv/videoout_xv.cpp

     
    24802480
    24812481void VideoOutputXv::DrawUnusedRects(bool sync)
    24822482{
     2483    if (embedding)
     2484        return;
     2485
    24832486    // boboff assumes the smallest interlaced resolution is 480 lines - 5%
    24842487    bool use_bob   = (m_deinterlacing && m_deintfiltername == "bobdeint");
    24852488    int boboff_raw = (int)round(((double)display_video_rect.height()) /