This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavr: Remove unused label
tags/n3.0
Vittorio Giovara
10 years ago
parent
b0d94324d2
commit
9a003fc388
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save