From a910b890b5ce386edd42516c454a85e8d3616c0f Mon Sep 17 00:00:00 2001 From: Stefan Pöschel Date: Mon, 30 Nov 2015 22:33:03 +0100 Subject: MOT encoder: refine max slide size according to TS 101 499 --- src/mot-encoder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp index 3614742..a5373d2 100644 --- a/src/mot-encoder.cpp +++ b/src/mot-encoder.cpp @@ -67,9 +67,9 @@ extern "C" { #define XSTR(x) #x #define STR(x) XSTR(x) -#define MAXSEGLEN 8189 // Bytes (EN 301 234, ch. 5.1.1) +#define MAXSEGLEN 8189 // Bytes (EN 301 234 v2.1.1, ch. 5.1.1) #define MAXDLS 128 // chars -#define MAXSLIDESIZE 50000 // Bytes +#define MAXSLIDESIZE 51200 // Bytes (TS 101 499 v3.1.1, ch. 9.1.2) // Roll-over value for fidx #define MAXSLIDEID 9999 -- cgit v1.2.3