[FFmpeg-cvslog] avconv: remove an unused variable

Justin Ruggles git at videolan.org
Tue Feb 26 13:02:18 CET 2013


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Mon Feb 25 12:26:57 2013 -0500| [d925cca95f5d2bb44632877d7f86e0df58275f52] | committer: Justin Ruggles

avconv: remove an unused variable

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d925cca95f5d2bb44632877d7f86e0df58275f52
---

 avconv_filter.c |    1 -
 1 file changed, 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list