---
Sorry, it was leftover cruft from a previous version of the patch
that hooked up libavresample options to avconv.

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

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

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to