[Live-devel] Setting MAX_NUM_EVENT_TRIGGERS lower than 32
Ross Finlayson
finlayson at live555.com
Mon Jul 24 16:23:11 PDT 2023
OK, I’ve just installed a new version (2023.07.24) of the code that includes this change.
However, I also added a definition
#define EVENT_TRIGGER_ID_HIGH_BIT (1 << (MAX_NUM_EVENT_TRIGGERS-1))
so that the code can use
EVENT_TRIGGER_ID_HIGH_BIT
rather than
(1 << (MAX_NUM_EVENT_TRIGGERS-1))
in four different places.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list