[Webkit-unassigned] [Bug 34933] media/video-display-aspect-ratio.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 07:44:31 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34933





--- Comment #4 from Eric Carlson <eric.carlson at apple.com>  2010-02-17 07:44:31 PST ---
I think the movie is the problem here, it has a width 426.666. The width field 
in the video track header is 01 AA AA AA. Track width and height are 16.16
fixed point, so 0x01AA -> 426 and 0xAAAA/0x00010000 -> 0.6666564941.

I don't know what the rules are for rounding a number like this, but I wouldn't
be surprised if they are ambiguous.

What is this movie supposed to test?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list