diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-09-10 08:04:59 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-09-10 08:04:59 +0200 |
| commit | d7d9f84707a8a93a393666fafedd7b77c59eff37 (patch) | |
| tree | 824fcfc5ea1e37e75054883a7840884aa593c2f6 | |
| parent | 4cde646cd7a1dd4a364bd2b2fabaf832149728a5 (diff) | |
Remove invalid assert in compare_images
| -rw-r--r-- | tests/compare_images.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/compare_images.c b/tests/compare_images.c index fa15d13e..b28d4957 100644 --- a/tests/compare_images.c +++ b/tests/compare_images.c @@ -279,8 +279,6 @@ static opj_image_t* readImageFromFileTIF(const char* filename, int nbFilenamePGX return NULL; } - /* \postconditions */ - assert( image_read->numcomps == 1 || image_read->numcomps == 3 ); return image_read; } |
