Remove unused variables

Originally committed as revision 15602 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
David Conrad 16 years ago
parent 3a2bcaed7c
commit c5f67c1559
  1. 2
      libavcodec/vp3.c

@ -140,8 +140,6 @@ typedef struct Vp3DecodeContext {
int last_quality_index; int last_quality_index;
int superblock_count; int superblock_count;
int superblock_width;
int superblock_height;
int y_superblock_width; int y_superblock_width;
int y_superblock_height; int y_superblock_height;
int c_superblock_width; int c_superblock_width;

Loading…
Cancel
Save