diff options
author | David Conrad <lessen42@gmail.com> | 2008-10-12 19:41:17 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2008-10-12 19:41:17 +0000 |
commit | c5f67c15598131816d9f2422a213bd7a2ed6b963 (patch) | |
tree | 4560ddf28132062e9a394d6f5ce44e1d607e6274 /libavcodec/vp3.c | |
parent | 3a2bcaed7cb6504b7c8ca148815b9b694b690be0 (diff) | |
download | ffmpeg-c5f67c15598131816d9f2422a213bd7a2ed6b963.tar.gz |
Remove unused variables
Originally committed as revision 15602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3.c')
-rw-r--r-- | libavcodec/vp3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index fec0fd77c8..9dd7055732 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; |