From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 64503] audio glitches when running at 24hz/24p Date: Mon, 13 May 2013 15:05:28 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1988792570==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id CEDA6E5BF8 for ; Mon, 13 May 2013 08:05:28 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1988792570== Content-Type: multipart/alternative; boundary="1368457528.701ee50.3106"; charset="us-ascii" --1368457528.701ee50.3106 Date: Mon, 13 May 2013 15:05:28 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=64503 --- Comment #7 from Pierre Ossman --- 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. --1368457528.701ee50.3106 Date: Mon, 13 May 2013 15:05:28 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 7 on bug 64503 from
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.
--1368457528.701ee50.3106-- --===============1988792570== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1988792570==--