Skip to content

rtmp2: Use correct size of write macro for param2.

Not familiar with the protocol, however the allocation is only for 5 bytes and the parse function above is using UINT8 for param2. Fixes several compiler warnings.

Merge request reports