projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c5343
)
Remove unused variables.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Feb 2009 23:24:26 +0000
(23:24 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Feb 2009 23:24:26 +0000
(23:24 +0000)
Originally committed as revision 17081 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cljr.c
patch
|
blob
|
history
diff --git
a/libavcodec/cljr.c
b/libavcodec/cljr.c
index
8def82e
..
9f7ab61
100644
(file)
--- 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;