GNOME Bugzilla – Bug 722089
encoder: h264: fix frame cropping rectangle
Last modified: 2014-01-13 16:41:45 UTC
The frame cropping rectangle is not set accordingly when the width is not a multiple of 16 pixels. i.e. only the vertical resolution is correctly handled.
Well, actually, the vertical resolution is not correctly handled either, even for progressive sequences.
commit 78bf2c01ccaf716da2179cb15f3438f1d544f12c Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Mon Jan 13 13:41:35 2014 +0100 encoder: h264: fix frame cropping rectangle calculation. Fix frame cropping rectangle calculation to handle horizontal resolutions that don't match a multiple of 16 pixels, but also the vertical resolution that was incorrectly computed for progressive sequences too. https://bugzilla.gnome.org/show_bug.cgi?id=722089