mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avconv: remove stray useless comment.
This commit is contained in:
parent
29d27b5425
commit
dce415e7f1
1
avconv.c
1
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;
|
||||
|
Loading…
Reference in New Issue
Block a user