summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/ipedec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ipedec.c b/test/ipedec.c
index a58b51d..135c7c2 100644
--- a/test/ipedec.c
+++ b/test/ipedec.c
@@ -177,9 +177,10 @@ process_file(const char *filename, Options *opts)
meta.n_rows = opts->rows;
timer_stop (timer);
- n_frames++;
if (!error) {
+ n_frames++;
+
if (opts->verbose) {
printf("Status for frame %i\n", n_frames);
print_meta_data (&meta);