summaryrefslogtreecommitdiff
path: root/avconv_filter.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2013-02-25 12:26:57 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2013-02-25 15:15:22 -0500
commitd925cca95f5d2bb44632877d7f86e0df58275f52 (patch)
tree72211ba7e089b08bbd91f153f475f2d6531251ce /avconv_filter.c
parente8da807537e314d74cb6d93598f1dcfb891fa655 (diff)
avconv: remove an unused variable
Diffstat (limited to 'avconv_filter.c')
-rw-r--r--avconv_filter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv_filter.c b/avconv_filter.c
index 9cef1afc8a..cad68e2da3 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);