[FFmpeg-cvslog] avconv: remove stray useless comment.

Anton Khirnov git at videolan.org
Sun May 6 22:18:59 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat May  5 14:17:19 2012 +0200| [dce415e7f1aa5a8ac8bf6371b861162444f239c8] | committer: Anton Khirnov

avconv: remove stray useless comment.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dce415e7f1aa5a8ac8bf6371b861162444f239c8
---

 avconv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/avconv.c b/avconv.c
index f702d9d..73f3bc3 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;



More information about the ffmpeg-cvslog mailing list