Skip to content
  • Dmitry Kovalev's avatar
    Fixing undefined behavior vp9_peek_si(). · 0f3cffa6
    Dmitry Kovalev authored
    Bitwise OR operation doesn't guarantee any subexpression evaluation order.
    Just reading one bit now and ignoring the next one. For reference look at
    vp9_decode_frame() implementation.
    
    Change-Id: I4971686929838ae5ded8f43a38a2934db5e1d462
    0f3cffa6