[SCM] libav/experimental: Remove unused variables.

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


The following commit has been merged in the experimental branch:
commit fca93859b22bdb2a841335ac849458a0ffb92079
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Feb 8 23:28:21 2009 +0000

    Remove unused variables.
    
    Originally committed as revision 17083 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c
index a907b50..2113628 100644
--- a/libavcodec/vcr1.c
+++ b/libavcodec/vcr1.c
@@ -123,7 +123,6 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
     AVFrame *pict = data;
     AVFrame * const p= (AVFrame*)&a->picture;
     int size;
-    int mb_x, mb_y;
 
     *p = *pict;
     p->pict_type= FF_I_TYPE;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list