Ticket #5025: patch.diff
| File patch.diff, 643 bytes (added by , 18 years ago) |
|---|
-
libs/libmythtv/NuppelVideoPlayer.cpp
707 707 // We need to tell it this for automatic deinterlacer settings 708 708 videoOutput->SetVideoFrameRate(video_frame_rate * play_speed); 709 709 710 if (is_interlaced(m_scan)) 711 { 712 videoOutput->SetupDeinterlace(false); 713 videoOutput->SetupDeinterlace(true); 714 } 715 710 716 if (videoOutput->IsErrored()) 711 717 { 712 718 VERBOSE(VB_IMPORTANT, "ReinitVideo(): videoOutput->IsErrored()");
