diff --git a/mythtv/libs/libmythtv/mythdvdplayer.cpp b/mythtv/libs/libmythtv/mythdvdplayer.cpp index 07d5c3ce452..0068451df31 100644 --- a/mythtv/libs/libmythtv/mythdvdplayer.cpp +++ b/mythtv/libs/libmythtv/mythdvdplayer.cpp @@ -18,7 +18,9 @@ MythDVDPlayer::MythDVDPlayer(bool muted) void MythDVDPlayer::AutoDeint(VideoFrame *frame, bool allow_lock) { - MythPlayer::AutoDeint(frame, false); + (void)frame; + (void)allow_lock; + SetScanType(kScan_Interlaced); } void MythDVDPlayer::ReleaseNextVideoFrame(VideoFrame *buffer, @@ -215,6 +217,7 @@ void MythDVDPlayer::DisplayLastFrame(void) // clear the buffering state SetBuffering(false); + SetScanType(kScan_Progressive); DisplayDVDButton(); osdLock.lock();