From 61a8170862fa8cc3688e0347ded09446489f365c Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 17 Apr 2012 12:47:20 +0200 Subject: Use CMOSIS default number of rows --- test/ipedec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ipedec.c b/test/ipedec.c index cbc5c25..f429ce6 100644 --- a/test/ipedec.c +++ b/test/ipedec.c @@ -116,7 +116,7 @@ int main(int argc, char const* argv[]) }; int clear_frame = 0; - int rows = -1; + int rows = 1088; if (argc == 1) { printf("ipedec: no input files\n"); -- cgit v1.2.3