Commit d925cca9 authored by Justin Ruggles's avatar Justin Ruggles

avconv: remove an unused variable

parent e8da8075
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment