From 8da3f8d91e90cf0e998cf98bb82ccb497f155bc3 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Fri, 10 May 2024 17:14:46 +0200 Subject: [PATCH] Let incoming video format be master only It's not marked as such in manuals, but most other video stuff is. --- src/arcam/fmj/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arcam/fmj/__init__.py b/src/arcam/fmj/__init__.py index c6b17ee..2bfdae6 100644 --- a/src/arcam/fmj/__init__.py +++ b/src/arcam/fmj/__init__.py @@ -309,7 +309,7 @@ class CommandCodes(IntOrTypeEnum): LIPSYNC_DELAY = 0x40, None, EnumFlags.ZONE_SUPPORT COMPRESSION = 0x41, None, EnumFlags.ZONE_SUPPORT - INCOMING_VIDEO_FORMAT = 0x42, None, EnumFlags.ZONE_SUPPORT + INCOMING_VIDEO_FORMAT = 0x42, None INCOMING_AUDIO_FORMAT = 0x43, None, EnumFlags.ZONE_SUPPORT INCOMING_AUDIO_SAMPLERATE = 0x44