Mercurial > libavcodec.hg
changeset 6168:27f4e3175dac libavcodec
Remove unused variables in test code.
author | diego |
---|---|
date | Tue, 22 Jan 2008 23:47:59 +0000 |
parents | 0ae80d7e989a |
children | 43dd78019c14 |
files | snow.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/snow.c Tue Jan 22 09:20:25 2008 +0000 +++ b/snow.c Tue Jan 22 23:47:59 2008 +0000 @@ -4883,9 +4883,8 @@ 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;