]> git.sesse.net Git - ffmpeg/blobdiff - libavresample/avresample.h
Merge commit 'a1d9de304fe63614e3aa8117fef17491fa80093d'
[ffmpeg] / libavresample / avresample.h
index 4cfbdfcf8a9ff86d9a3daf606f4921a028fa77c3..193443e2a6b177f6f3d596dec219a692b991d693 100644 (file)
@@ -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);