summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-09-20 16:00:52 +0300
committerMartin Storsjö <martin@martin.st>2011-09-20 16:23:48 +0300
commit3ffe32eb96e2414bdd87b353953d77fb83eca8ae (patch)
tree6440de6f6860987e66db9f46acfb26e9b139c38a /libavutil
parenta14c784210198fe830391a59897d4dc62f13ab84 (diff)
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 'libavutil')
0 files changed, 0 insertions, 0 deletions