diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-22 18:25:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 23:41:00 +0100 |
| commit | ffc489c67f97366016e51de9390eb3f6841ad069 (patch) | |
| tree | 3bbc5554452ae312140d7d5d34ad967b289716d3 /src/lib/constants.h | |
| parent | 0adb508ce5fbc69a4324b7278ac245f28095d38c (diff) | |
Extract snap subdivision to a constant.
Diffstat (limited to 'src/lib/constants.h')
| -rw-r--r-- | src/lib/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/constants.h b/src/lib/constants.h index 3b1871554..bfe144420 100644 --- a/src/lib/constants.h +++ b/src/lib/constants.h @@ -47,6 +47,7 @@ #define MAX_CLOSED_CAPTION_XML_SIZE (256 * 1024) #define MAX_CLOSED_CAPTION_XML_SIZE_TEXT "256KB" #define CERTIFICATE_VALIDITY_PERIOD (10 * 365) +#define SNAP_SUBDIVISION 64 #endif |
