[SCM] libav/experimental: Remove duplicate ;

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


The following commit has been merged in the experimental branch:
commit 816ebf93201cd11e01b59c136930f317192d160e
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Tue Feb 19 21:46:40 2008 +0000

    Remove duplicate ;
    
    Originally committed as revision 12149 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/lcldec.c b/libavcodec/lcldec.c
index 80cd1d7..4abb0cd 100644
--- a/libavcodec/lcldec.c
+++ b/libavcodec/lcldec.c
@@ -136,7 +136,7 @@ static unsigned int mszh_decomp(unsigned char * srcptr, int srclen, unsigned cha
         } else {
             ofs = *(srcptr++);
             cnt = *(srcptr++);
-            ofs += cnt * 256;;
+            ofs += cnt * 256;
             cnt = ((cnt >> 3) & 0x1f) + 1;
             ofs &= 0x7ff;
             srclen -= 2;
@@ -302,7 +302,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const
             }
         }
         encoded = c->decomp_buf;
-        len = c->decomp_size;;
+        len = c->decomp_size;
 #else
         av_log(avctx, AV_LOG_ERROR, "BUG! Zlib support not compiled in frame decoder.\n");
         return -1;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list