Ticket #1754: bob_deinterlace_dvd.patch
File bob_deinterlace_dvd.patch, 883 bytes (added by , 19 years ago) |
---|
-
NuppelVideoPlayer.cpp
2390 2390 2391 2391 videofiltersLock.lock(); 2392 2392 if (ringBuffer->InDVDMenuOrStillFrame() && videoOutput->ValidVideoFrames() < 3) 2393 videoOutput->ProcessFrame(frame, NULL, videoFilters, pipplayer);2393 videoOutput->ProcessFrame(frame, NULL, NULL, pipplayer); 2394 2394 else 2395 2395 videoOutput->ProcessFrame(frame, osd, videoFilters, pipplayer); 2396 2396 videofiltersLock.unlock(); … … 2506 2506 } 2507 2507 if (!pausevideo && nbframes == 1) 2508 2508 { 2509 videoOutput->SetDeinterlacingEnabled(false); 2509 2510 indvdstillframe = true; 2510 2511 PauseVideo(false); 2511 2512 }