diff options
author | Martin Storsjö <martin@martin.st> | 2015-01-14 23:09:06 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-01-15 10:20:18 +0200 |
commit | 024e5a2d5ff8a94adce48abb15ce2fb471f9d18e (patch) | |
tree | 6b849b63a68261b832c3a8d886266867d2c283ab /libavutil/aarch64/neontest.h | |
parent | def69553e745e007925147b2e7e4b32c57d08fdf (diff) | |
download | ffmpeg-024e5a2d5ff8a94adce48abb15ce2fb471f9d18e.tar.gz |
rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packets
This fixes sending chunked packets (packets larger than the output
chunk size, which often can be e.g. 4096 bytes) with a timestamp delta
(or absolute timstamp, if it's a timestamp step backwards, or the
first packet of the stream) larger than 0xffffffff.
The RTMP spec explicitly says (in section 5.3.1.3.) that packets of
type 3 (continuation packets) should include this field, if the
previous non-continuation packet had it included.
The receiving code handles these packets correctly.
Pointed out by Cheolho Park.
CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/aarch64/neontest.h')
0 files changed, 0 insertions, 0 deletions