GNOME Bugzilla – Bug 591712
[dvdec] sets top field first not bottom field first on pal interlaced content
Last modified: 2009-08-14 12:38:30 UTC
DV interlaced content is always bottom field first. Attached patch fixes the problem where TFF buffer flag is set.
Created attachment 140672 [details] [review] unsets tff flag whether PAL or not
commit 8dd9583357639b3731ab53618daa79b430ffbffe Author: Zaheer Merali <zaheerabbas@merali.org> Date: Fri Aug 14 13:34:53 2009 +0100 dvdec: set bottom field first on PAL interlaced content, not top field first DV interlaced content is always bottom field first. Fixes #591712.