Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-09 02:24:26 +0300
committerDiego Biurrun <diego@biurrun.de>2009-02-09 02:24:26 +0300
commit27030ee4e9f886b297d23e5fd41332301abb3c58 (patch)
treee98b342fe76fad1c2c246204bf9ae0e32fbdfbf6 /libavcodec/cljr.c
parent01c534371cef149820a7690ee11082a817b2a560 (diff)
Remove unused variables.
Originally committed as revision 17081 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cljr.c')
-rw-r--r--libavcodec/cljr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c
index 8def82e4b6..9f7ab61efd 100644
--- a/libavcodec/cljr.c
+++ b/libavcodec/cljr.c
@@ -91,7 +91,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;