From: Justin Ruggles Date: Mon, 25 Feb 2013 17:26:57 +0000 (-0500) Subject: avconv: remove an unused variable X-Git-Tag: v10_alpha1~2202 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d925cca95f5d2bb44632877d7f86e0df58275f52;p=platform%2Fupstream%2Flibav.git avconv: remove an unused variable --- diff --git a/avconv_filter.c b/avconv_filter.c index 9cef1af..cad68e2 100644 --- a/avconv_filter.c +++ b/avconv_filter.c @@ -507,7 +507,6 @@ int configure_filtergraph(FilterGraph *fg) OutputStream *ost = fg->outputs[0]->ost; char args[512]; AVDictionaryEntry *e = NULL; - const AVClass *rc = avresample_get_class(); snprintf(args, sizeof(args), "flags=0x%X", (unsigned)ost->sws_flags); fg->graph->scale_sws_opts = av_strdup(args);