Commit c0ad35ec authored by banan's avatar banan

redundant assignment found by Clang

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14096 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 48755e7c
......@@ -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