[FFmpeg-cvslog] mandelbrot: remove unused variables

Giorgio Vazzana git at videolan.org
Sun Nov 13 01:30:26 CET 2011


ffmpeg | branch: master | Giorgio Vazzana <mywing81 at gmail.com> | Sun Nov 13 01:01:51 2011 +0100| [be97e7b9c283b908f442436abaae61ef31c6a3bc] | committer: Michael Niedermayer

mandelbrot: remove unused variables

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavfilter/vsrc_mandelbrot.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 6acbd8c..375ec7c 100644
--- a/libavfilter/vsrc_mandelbrot.c
+++ b/libavfilter/vsrc_mandelbrot.c
@@ -65,7 +65,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
     char frame_size  [128] = "640x480";
     char frame_rate  [128] = "25";
     AVRational frame_rate_q;
-    int ret;
 
     mb->maxiter=4096;
     mb->start_x=-0.743643887037158704752191506114774;
@@ -108,7 +107,6 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
 static av_cold void uninit(AVFilterContext *ctx)
 {
     MBContext *mb = ctx->priv;
-    int i;
 
     av_freep(&mb->point_cache);
     av_freep(&mb-> next_cache);



More information about the ffmpeg-cvslog mailing list