From bfac1d7cfec57b225a0257d2fa0172efe7fbd08b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 May 2024 15:02:54 +0200 Subject: Bump SERVER_LINK_VERSION since we changed the name of some metadata. --- src/lib/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3