projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b81366
)
Remove unused variables.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Feb 2009 23:28:21 +0000
(23:28 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Feb 2009 23:28:21 +0000
(23:28 +0000)
Originally committed as revision 17083 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vcr1.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/vcr1.c
b/libavcodec/vcr1.c
index
a907b50
..
2113628
100644
(file)
--- 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;