From f78a67917734d69309fe4f463a8682ec041ccd66 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 26 Dec 2008 17:11:19 +0000 Subject: Remove unused run_start variable. Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faxcompr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/faxcompr.c') diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c index b727284642..e008d438e6 100644 --- a/libavcodec/faxcompr.c +++ b/libavcodec/faxcompr.c @@ -160,7 +160,6 @@ static int decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, { int mode = 0, offs = 0, run = 0, saved_run = 0, t; int run_off = *ref++; - int *run_start = runs; runend--; // for the last written 0 -- cgit v1.2.3