From: Ganesh Ajjanagadde <[email protected]> This fixes a -Wunused-variable warning.
Signed-off-by: Ganesh Ajjanagadde <[email protected]> --- libavresample/resample.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavresample/resample.c b/libavresample/resample.c index 0c94186..7056445 100644 --- a/libavresample/resample.c +++ b/libavresample/resample.c @@ -234,7 +234,6 @@ int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta, int compensation_distance) { ResampleContext *c; - AudioData *fifo_buf = NULL; if (compensation_distance < 0) return AVERROR(EINVAL); -- 1.9.5 (Apple Git-50.3) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
