* commit '5b2ad78f97d43299adcb038c04346999fe9b196c':
rtmppkt: Handle extended timestamp field even for one-byte header
Merged-by: Michael Niedermayer <michaelni@gmx.at>
intchannel_id;///< RTMP channel ID (nothing to do with audio/video channels though)
RTMPPacketTypetype;///< packet payload type
uint32_ttimestamp;///< packet full timestamp
uint32_tts_delta;///< timestamp increment to the previous one in milliseconds (latter only for media packets)
uint32_tts_delta;///< 24-bit timestamp or increment to the previous one, in milliseconds (latter only for media packets). Clipped to a maximum of 0xFFFFFF, indicating an extended timestamp field.
uint32_textra;///< probably an additional channel ID used during streaming data