summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-05 14:17:19 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-06 16:20:26 +0200
commitdce415e7f1aa5a8ac8bf6371b861162444f239c8 (patch)
treee6e1cf4c129ffd9b7c9186b24ec399d88fe86c1c /avconv.c
parent29d27b54251fe250f6fe512b7759a1405362ae67 (diff)
avconv: remove stray useless comment.
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index f702d9d70a..73f3bc3763 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;