Ticket #3410: 3410-quick-fix.patch
| File 3410-quick-fix.patch, 547 bytes (added by , 18 years ago) |
|---|
-
libs/libmythtv/videoout_xv.cpp
2480 2480 2481 2481 void VideoOutputXv::DrawUnusedRects(bool sync) 2482 2482 { 2483 if (embedding) 2484 return; 2485 2483 2486 // boboff assumes the smallest interlaced resolution is 480 lines - 5% 2484 2487 bool use_bob = (m_deinterlacing && m_deintfiltername == "bobdeint"); 2485 2488 int boboff_raw = (int)round(((double)display_video_rect.height()) /
