Browse Source

redundant assignment found by Clang

Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benjamin Larsson 17 years ago
parent
commit
7769875db3
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/nellymoser.c

+ 0
- 1
libavcodec/nellymoser.c 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++)


Loading…
Cancel
Save