From cd78e0c5bfa88c8bfc57bd49a2619c78084372ec Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Jun 2015 16:00:26 +0200 Subject: af_lavrresample: fix comment mp_format is not a libavresample input format here, and the comment was more confusing than it helped. --- audio/filter/af_lavrresample.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/filter/af_lavrresample.c b/audio/filter/af_lavrresample.c index 89fe2c414c..136b585f4f 100644 --- a/audio/filter/af_lavrresample.c +++ b/audio/filter/af_lavrresample.c @@ -167,10 +167,10 @@ static bool needs_lavrctx_reconfigure(struct af_resample *s, } -// Return the format libavresample should convert to, given the input format -// mp_format. In some cases (S24) we perform an extra conversion step, and -// signal here what exactly libavresample should output. It will be the input -// to the final conversion to mp_format. +// Return the format libavresample should convert to, given the final output +// format mp_format. In some cases (S24) we perform an extra conversion step, +// and signal here what exactly libavresample should output. It will be the +// input to the final conversion to mp_format. static int check_output_conversion(int mp_format) { if (mp_format == AF_FORMAT_S24) -- cgit v1.2.3