[Bug 64503] audio glitches when running at 24hz/24p

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 13 08:05:28 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=64503

--- Comment #7 from Pierre Ossman <pierre-bugzilla at ossman.eu> ---
What is the issue? The raw ratio should be:

24 * 10^6
---------
    c

And the code is putting in:

24 * 10^5
---------
c * 10^-1

which is the same thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130513/4694e3ae/attachment.html>


More information about the dri-devel mailing list