diff options
author | Martin Storsjö <martin@martin.st> | 2011-09-20 16:00:52 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-09-20 16:23:48 +0300 |
commit | 3ffe32eb96e2414bdd87b353953d77fb83eca8ae (patch) | |
tree | 6440de6f6860987e66db9f46acfb26e9b139c38a /libavformat/id3v2.h | |
parent | a14c784210198fe830391a59897d4dc62f13ab84 (diff) | |
download | ffmpeg-3ffe32eb96e2414bdd87b353953d77fb83eca8ae.tar.gz |
rtmp: Don't blindly skip the 4 trailer bytes from the FLV packets
If not enough bytes are available, keep track of them and skip
them on next call.
In practice, if these trailer bytes are written in a separate
call, there is no other data written in this call, making it
fall into the "FLV packet too small" case currently - working,
but not as intended.
This patch makes the code more robust, handling all cases
except for having the FLV packet header split over multiple
write calls.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/id3v2.h')
0 files changed, 0 insertions, 0 deletions