Hi,

i just want to report a compilation error in ADTSAudioStreamDiscreteFramer
at line 46 with mingw compiler in latest version 2020.05.15 :

  uint8_t audioObjectType = configValue>>11;

should be i guess replaced by :

  *u_int8_t* audioObjectType = configValue>>11;

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

Reply via email to