GNOME Bugzilla – Bug 582740
deinterlace: Handle DVD still frames correctly
Last modified: 2015-02-10 12:03:29 UTC
Attached patch makes deinterlace handle DVD still frames correctly, as created by resindvd. This is not tested yet :)
Created attachment 134693 [details] [review] deinterlace-dvd-still.diff
This improves things, but doesn't quite cut it yet. We need to make sure all frames are forwarded as-is during a still-frame condition (until the still-frame,in-still=false or a flush arrives)
Created attachment 134707 [details] [review] deinterlace-dvd-still.diff
commit 29111fa1f8208c3ae1896d5934e5a2ff5839aa98 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Fri May 15 11:50:38 2009 +0200 deinterlace: First try to handle DVD still frames correctly This helps a bit with bug #582740 but still doesn't make it work.
I don't know if there's any situations where the current still frame handling fails. Let's close this bug.