diff options
author | Anton Khirnov | 2012-05-05 14:17:19 +0200 |
---|---|---|
committer | Anton Khirnov | 2012-05-06 16:20:26 +0200 |
commit | dce415e7f1aa5a8ac8bf6371b861162444f239c8 (patch) | |
tree | e6e1cf4c129ffd9b7c9186b24ec399d88fe86c1c /avconv.c | |
parent | 29d27b54251fe250f6fe512b7759a1405362ae67 (diff) |
avconv: remove stray useless comment.
Diffstat (limited to 'avconv.c')
-rw-r--r-- | avconv.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |