Browse Source

Remove unused variables in test code.

Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
6a339972af
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      libavcodec/snow.c

+ 1
- 2
libavcodec/snow.c View File

@@ -4883,9 +4883,8 @@ int64_t g=0;
printf("};\n");
{
int level=2;
int orientation=3;
int w= width >> (s.spatial_decomposition_count-level);
int h= height >> (s.spatial_decomposition_count-level);
//int h= height >> (s.spatial_decomposition_count-level);
int stride= width << (s.spatial_decomposition_count-level);
DWTELEM *buf= buffer[0];
int64_t error=0;


Loading…
Cancel
Save