]> granicus.if.org Git - libvpx/commit
Moved DOUBLE_DIVIDE_CHECK to denominator (was on numerator)
authoragrange <agrange@google.com>
Fri, 18 Jun 2010 14:18:09 +0000 (15:18 +0100)
committeragrange <agrange@google.com>
Mon, 21 Jun 2010 14:20:52 +0000 (15:20 +0100)
commitd4b99b8e3ae2fe0a92b66cc610e55a64bfc3c9a4
tree473e9122f2dadc5384085d98ad38072a145d4950
parent9f814634545d18dbb0114804e525809f382dcba0
Moved DOUBLE_DIVIDE_CHECK to denominator (was on numerator)

The DOUBLE_DIVIDE_CHECK macro prevents from divide by 0,
so must be on the denominator to work as intended.

Change-Id: Ie109242d52dbb9a2c4bc1e11890fa51b5f87ffc7
vp8/encoder/firstpass.c