diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-29 15:02:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-29 15:02:54 +0200 |
| commit | bfac1d7cfec57b225a0257d2fa0172efe7fbd08b (patch) | |
| tree | 6940a65038b81b5846e0014a599c96478cdb78e6 | |
| parent | 33ff80ace900f2b91e5e823cfaec70a0f5d367a4 (diff) | |
Bump SERVER_LINK_VERSION since we changed the name of some metadata.
| -rw-r--r-- | src/lib/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index c9c87bae5..b4fcea959 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -43,8 +43,9 @@ class FFmpegContent; * * 64 - first version used * 65 - v2.16.0 - checksums added to communication + * 66 - v2.17.x - J2KBandwidth -> VideoBitRate in metadata */ -#define SERVER_LINK_VERSION (64+1) +#define SERVER_LINK_VERSION (64+2) /** A film of F seconds at f FPS will be Ff frames; Consider some delta FPS d, so if we run the same |
