From b1951854065b7dbe21ed9890c79f55a228ce541d Mon Sep 17 00:00:00 2001 From: conrad Date: Sun, 12 Oct 2008 19:41:17 +0000 Subject: [PATCH] Remove unused variables git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15602 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/vp3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index fec0fd77c..9dd705573 100644 --- a/libavcodec/vp3.c +++ b/libavcodec/vp3.c @@ -140,8 +140,6 @@ typedef struct Vp3DecodeContext { int last_quality_index; int superblock_count; - int superblock_width; - int superblock_height; int y_superblock_width; int y_superblock_height; int c_superblock_width; -- 2.39.2