Ticket #5025: patch.diff

File patch.diff, 643 bytes (added by anonymous, 18 years ago)
  • libs/libmythtv/NuppelVideoPlayer.cpp

     
    707707    // We need to tell it this for automatic deinterlacer settings
    708708    videoOutput->SetVideoFrameRate(video_frame_rate * play_speed);
    709709
     710    if (is_interlaced(m_scan))
     711    {
     712        videoOutput->SetupDeinterlace(false);
     713        videoOutput->SetupDeinterlace(true);
     714    }
     715
    710716    if (videoOutput->IsErrored())
    711717    {
    712718        VERBOSE(VB_IMPORTANT, "ReinitVideo(): videoOutput->IsErrored()");