[Webkit-unassigned] [Bug 183591] New: [MSE][GStreamer] Fix the formula using the pixel-aspect-ratio after r228316
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 13 03:27:34 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=183591
Bug ID: 183591
Summary: [MSE][GStreamer] Fix the formula using the
pixel-aspect-ratio after r228316
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit WPE
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bandou.yacine at gmail.com
CC: bugs-noreply at webkitgtk.org, calvaris at igalia.com,
cturner at igalia.com, loic.yhuel at softathome.com,
olivier.blin at softathome.com
Swap the aspectRatioNumerator and aspectRatioDenomirator in the formula.
"height * (static_cast<float>(pixelAspectRatioDenominator) / static_cast<float>(pixelAspectRatioNumerator))" instead of
"height * (static_cast<float>(pixelAspectRatioNumerator) / static_cast<float>(pixelAspectRatioDenominator))"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180313/8b0a4ef0/attachment.html>
More information about the webkit-unassigned
mailing list