Commit 7769875d authored by Benjamin Larsson's avatar Benjamin Larsson

redundant assignment found by Clang

Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 92b2bc59
......@@ -147,7 +147,6 @@ void ff_nelly_get_sample_bits(const float *buf, int *bits)
bitsum = sum_bits(sbuf, shift_saved, small_off);
if (bitsum != NELLY_DETAIL_BITS) {
shift = 0;
off = bitsum - NELLY_DETAIL_BITS;
for(shift=0; FFABS(off) <= 16383; shift++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment