Commit b1951854 authored by conrad's avatar conrad

Remove unused variables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15602 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5545aa65
...@@ -140,8 +140,6 @@ typedef struct Vp3DecodeContext { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment