summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-07-14 10:53:57 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-07-14 10:53:57 +0200
commitf6a660be56b2c045f682ae4adddbed6ea6a5b2d9 (patch)
treeb59d4723c0f1e6bf02e9101bfc6f0fa4113b30c8 /test
parent6353a9019c2999541b812a3c1ddba5b7b410a837 (diff)
downloadlibufodecode-f6a660be56b2c045f682ae4adddbed6ea6a5b2d9.tar.gz
libufodecode-f6a660be56b2c045f682ae4adddbed6ea6a5b2d9.tar.bz2
libufodecode-f6a660be56b2c045f682ae4adddbed6ea6a5b2d9.tar.xz
libufodecode-f6a660be56b2c045f682ae4adddbed6ea6a5b2d9.zip
Fix version 6 decoding
We have to skip the "tail" of every 640 columns.
Diffstat (limited to 'test')
-rw-r--r--test/ipedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipedec.c b/test/ipedec.c
index 5099ff3..42a856c 100644
--- a/test/ipedec.c
+++ b/test/ipedec.c
@@ -8,7 +8,7 @@
#include <ufodecode.h>
#include "timer.h"
-static const int MAX_ROWS = 3841;
+static const int MAX_ROWS = 3842;
typedef struct {
int clear_frame;