[Live-devel] Compilation error in ADTSAudioStreamDiscreteFramer

Eric Beuque eric.beuque at gmail.com
Mon Jun 22 08:17:15 PDT 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20200622/e97543e5/attachment.htm>


More information about the live-devel mailing list