From a1d9de304fe63614e3aa8117fef17491fa80093d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 9 Nov 2016 22:09:38 +0100 Subject: Fix some mismatches between function parameter and doxygen parameter names. --- libavresample/avresample.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavresample/avresample.h') diff --git a/libavresample/avresample.h b/libavresample/avresample.h index c66798c08c..3f9b9433c1 100644 --- a/libavresample/avresample.h +++ b/libavresample/avresample.h @@ -490,8 +490,8 @@ int avresample_convert_frame(AVAudioResampleContext *avr, * @see avresample_close(); * * @param avr audio resample context - * @param output output AVFrame - * @param input input AVFrame + * @param out output AVFrame + * @param in input AVFrame * @return 0 on success, AVERROR on failure. */ int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in); -- cgit v1.2.3