Add extended timestamp for Type 3 chunks if necessary
commita107cef9b392616dff54fabfd37f985ee2190a6f
authorCheolho Park <cheolhop@google.com>
Wed, 14 Jan 2015 21:24:12 +0000 (14 23:24 +0200)
committerMartin Storsjo <martin@martin.st>
Thu, 15 Jan 2015 08:24:28 +0000 (15 10:24 +0200)
tree266230b4223fe82c88704e1255687369bd7100bc
parenta1900c3e152085406ecb87c1962c55ec9c6e4016
Add extended timestamp for Type 3 chunks if necessary

Section 5.3.1.3 of the RTMP spec say that type 3 packets also
should repeat this field. This matches what the parsing code (in
RTMP_ReadPacket) does.
librtmp/rtmp.c