GNOME Bugzilla – Bug 583337
[mxfmux] Wrong layout for non-interlaced formats
Last modified: 2009-05-20 15:13:09 UTC
This is a regression introduced by 7a30947913c215baabaa0ae1b93b9582f82d3cd5 When the incoming video format is not interlaced, the frame_layout is set to 1 (SEPARATE_FIELDS) whereas it should be 0 (FULL_FRAME).
Created attachment 135025 [details] [review] s/1/0/
Created attachment 135027 [details] [review] really only fix the layout
commit 0520a2a53b91fa58ddf605f41b916fe3ef7afb50 Author: Edward Hervey <bilboed@bilboed.com> Date: Wed May 20 17:10:40 2009 +0200 mxf: Fix frame_layout for non-interlaced formats. Fixes #583337