GNOME Bugzilla – Bug 636179
[deinterlace] Fields in wrong order
Last modified: 2010-12-01 01:30:01 UTC
Created attachment 175590 [details] [review] patch The current deinterlace code repeats the second field, not the first. Patch following. Patch also fixes bad timestamps on RFF fields. This would be a good candidate for inclusion in the release. It's effectively a one-liner.
commit b27d93a84a3f7c2474c91479a5554de0fa1b1a29 Author: David Schleef <ds@schleef.org> Date: Tue Nov 30 15:28:50 2010 -0800 deinterlace: analyse RFF fields in correct order Code was repeating the second field, not the first. Fixes: #636179.