OSDN Git Service

af_resample: remove an extra space in the log output
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 21 May 2012 18:59:56 +0000 (14:59 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Mon, 21 May 2012 22:26:51 +0000 (18:26 -0400)
libavfilter/af_resample.c

index 4ad5a8c..1fc8c04 100644 (file)
@@ -119,7 +119,7 @@ static int config_output(AVFilterLink *outlink)
     av_get_channel_layout_string(buf2, sizeof(buf2),
                                  -1, outlink->channel_layout);
     av_log(ctx, AV_LOG_VERBOSE,
-           "fmt:%s srate: %d cl:%s -> fmt:%s srate: %d cl:%s\n",
+           "fmt:%s srate:%d cl:%s -> fmt:%s srate:%d cl:%s\n",
            av_get_sample_fmt_name(inlink ->format), inlink ->sample_rate, buf1,
            av_get_sample_fmt_name(outlink->format), outlink->sample_rate, buf2);