mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 05:31:04 +08:00
Remove unused variables in test code.
Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -4883,9 +4883,8 @@ int64_t g=0;
|
|||||||
printf("};\n");
|
printf("};\n");
|
||||||
{
|
{
|
||||||
int level=2;
|
int level=2;
|
||||||
int orientation=3;
|
|
||||||
int w= width >> (s.spatial_decomposition_count-level);
|
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);
|
int stride= width << (s.spatial_decomposition_count-level);
|
||||||
DWTELEM *buf= buffer[0];
|
DWTELEM *buf= buffer[0];
|
||||||
int64_t error=0;
|
int64_t error=0;
|
||||||
|
Reference in New Issue
Block a user