summaryrefslogtreecommitdiff
path: root/libavresample/resample.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/resample.h')
-rw-r--r--libavresample/resample.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavresample/resample.h b/libavresample/resample.h
index c16186ed53..7534e26ad4 100644
--- a/libavresample/resample.h
+++ b/libavresample/resample.h
@@ -61,10 +61,8 @@ void ff_audio_resample_free(ResampleContext **c);
* @param c ResampleContext
* @param dst destination audio data
* @param src source audio data
- * @param consumed number of samples consumed from the source
* @return 0 on success, negative AVERROR code on failure
*/
-int ff_audio_resample(ResampleContext *c, AudioData *dst, AudioData *src,
- int *consumed);
+int ff_audio_resample(ResampleContext *c, AudioData *dst, AudioData *src);
#endif /* AVRESAMPLE_RESAMPLE_H */