g723.1: deobfuscate "(x << 4) - x" to "15 * x"
authorMans Rullgard <mans@mansr.com>
Sat, 11 Aug 2012 00:54:15 +0000 (01:54 +0100)
committerMans Rullgard <mans@mansr.com>
Mon, 13 Aug 2012 00:03:25 +0000 (01:03 +0100)
commit8b0de73464fcb110dce2f5601e4e27b2cbd33d20
treeb148a1bc43e0c4d9165c8a00177ad2f0402dfd84
parentfddc5b9bea39968ed1f45c667869428865de7626
g723.1: deobfuscate "(x << 4) - x" to "15 * x"

The compiler performs this optimisation.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/g723_1.c