diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-08 23:28:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-08 23:28:21 +0000 |
commit | fca93859b22bdb2a841335ac849458a0ffb92079 (patch) | |
tree | a9ebdb9428a4ddd66c1ce55b963321bc78eb2e2e /libavcodec/vcr1.c | |
parent | 4b81366b07f4f441089b86ebddb2f0d9cff28a06 (diff) | |
download | ffmpeg-fca93859b22bdb2a841335ac849458a0ffb92079.tar.gz |
Remove unused variables.
Originally committed as revision 17083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vcr1.c')
-rw-r--r-- | libavcodec/vcr1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c index a907b50cb9..21136289d5 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; |