[SCM] libav/experimental: Remove unused run_start variable.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:34:16 UTC 2013


The following commit has been merged in the experimental branch:
commit f78a67917734d69309fe4f463a8682ec041ccd66
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 26 17:11:19 2008 +0000

    Remove unused run_start variable.
    
    Originally committed as revision 16342 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/faxcompr.c b/libavcodec/faxcompr.c
index b727284..e008d43 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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list