Browse Source

Merge commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0'

* commit '9a003fc38833b6b9f08e44d7f1c6539db65840a0':
  lavr: Remove unused label

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
tags/n3.0
Hendrik Leppkes 9 years ago
parent
commit
b8346b2294
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavresample/resample.c

+ 0
- 1
libavresample/resample.c View File

@@ -256,7 +256,6 @@ int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta,
}
return 0;

reinit_fail:
ff_audio_data_free(&fifo_buf);
return ret;
}


Loading…
Cancel
Save