Changeset 8583b142 in ffmpeg

Timestamp:
Sep 17, 2013, 8:19:11 PM (11 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
4131a3cb, c77d409b
Parents:
d4c2a374
git-author:
Josh Allmann <joshua.allmann@gmail.com> (09/17/13 06:58:48)
git-committer:
Martin Storsjö <martin@martin.st> (09/17/13 20:19:11)
Message:

rtmp: Support reading interleaved chunks.

A given packet won't always come in contiguously; sometimes
they may be broken up on chunk boundaries by packets of another
channel.

This support primarily involves tracking information about the
data that's been read, so the reader can pick up where it left
off for a given channel.

As a side effect, we no longer over-report the bytes read if
(toread = MIN(size, chunk_size)) == size

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.