Changed unary operator from ! to ~
authoragrange <agrange@google.com>
Fri, 18 Jun 2010 14:58:18 +0000 (15:58 +0100)
committeragrange <agrange@google.com>
Mon, 21 Jun 2010 14:23:51 +0000 (15:23 +0100)
commitdaa5d0eb3d837aefdf30c96c11a1af93566d318d
tree8d6889de038ac48dfeca1aa6f6624f6f25032ad2
parentd4b99b8e3ae2fe0a92b66cc610e55a64bfc3c9a4
Changed unary operator from ! to ~

Since the intent is
to reset the appropriate bit in ref_frame_flags not to
test a logic condition. Prior result would always have
been ref_frame_flags being set to 0.
(Issue reported by dgohman, issue 47)

Change-Id: I2c12502ed74c73cf38e98c9680e0249c29e16433
vp8/encoder/onyx_if.c