diff options
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/avresample.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavresample/avresample.h b/libavresample/avresample.h index 4cfbdfc..193443e 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); |