Skip to content

Commit

Permalink
Let incoming video format be master only
Browse files Browse the repository at this point in the history
It's not marked as such in manuals, but most other video
stuff is.
  • Loading branch information
elupus committed May 10, 2024
1 parent fd7bb64 commit 8da3f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arcam/fmj/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8da3f8d

Please sign in to comment.