1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

redundant assignment found by Clang

Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benjamin Larsson 2008-07-07 08:29:08 +00:00
parent 92b2bc59c9
commit 7769875db3

View File

@ -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++)