Avoided bit shift of negative values in OC_MV() macro.
During video playout using player_example with gcc sanitaztions enabled, new bit shifting of negative values were discovered. Replaced this with multiplication too.
Loading
Please register or sign in to comment