OSDN Git Service

Remove unused variables in test code.
authorDiego Biurrun <diego@biurrun.de>
Tue, 22 Jan 2008 23:47:59 +0000 (23:47 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 22 Jan 2008 23:47:59 +0000 (23:47 +0000)
Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/snow.c

index 64504fe..eedfe12 100644 (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;