From dce415e7f1aa5a8ac8bf6371b861162444f239c8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 5 May 2012 14:17:19 +0200 Subject: [PATCH] avconv: remove stray useless comment. --- avconv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/avconv.c b/avconv.c index f702d9d70a9..73f3bc37631 100644 --- a/avconv.c +++ b/avconv.c @@ -598,7 +598,6 @@ static int configure_video_filters(FilterGraph *fg) InputStream *ist = fg->inputs[0]->ist; OutputStream *ost = fg->outputs[0]->ost; AVFilterContext *last_filter, *filter; - /** filter graph containing all filters including input & output */ AVCodecContext *codec = ost->st->codec; SinkContext sink_ctx = { .pix_fmts = choose_pixel_fmts(ost) }; AVRational sample_aspect_ratio; -- 2.39.2