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/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to