diff options
-rw-r--r-- | src/mot-encoder.cpp | 4 |
1 files 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 |