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

github.com/FFmpeg/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:28:21 +0300
committerDiego Biurrun <diego@biurrun.de>2009-02-09 02:28:21 +0300
commitfca93859b22bdb2a841335ac849458a0ffb92079 (patch)
treea9ebdb9428a4ddd66c1ce55b963321bc78eb2e2e /libavcodec/vcr1.c
parent4b81366b07f4f441089b86ebddb2f0d9cff28a06 (diff)
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.c1
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;