From 1dadc5eac13804847426a220978d1da87048a900 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Thu, 18 Aug 2011 09:37:38 +0100 Subject: [PATCH] ogg: get the operator precedence right, even if only a doc https://bugzilla.gnome.org/show_bug.cgi?id=656775 --- ext/ogg/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/README b/ext/ogg/README index 557e9d5035..da449e149b 100644 --- a/ext/ogg/README +++ b/ext/ogg/README @@ -30,7 +30,7 @@ The granulepos in theora is an encoding of the frame number of the last key frame ("i frame"), and the number of frames since the last key frame ("p frame"). The granulepos is constructed as the sum of the first number, shifted to the left for granuleshift bits, and the second number: -granulepos = pframe << granuleshift + iframe +granulepos = (pframe << granuleshift) + iframe (This means that given a framenumber or a timestamp, one cannot generate the one and only granulepos for that page; several granulepos possibilities