Remove unused variables

Originally committed as revision 15602 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
David Conrad 2008-10-12 19:41:17 +00:00
parent 3a2bcaed7c
commit c5f67c1559
1 changed files with 0 additions and 2 deletions

View File

@ -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;