1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avconv: remove an unused variable

This commit is contained in:
Justin Ruggles 2013-02-25 12:26:57 -05:00
parent e8da807537
commit d925cca95f

View File

@ -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);