[FFmpeg-soc] vp8 de/packetizers

Josh Allmann joshua.allmann at gmail.com
Mon Aug 2 22:34:20 CEST 2010


On 30 July 2010 02:12, Luca Barbato <lu_zero at gentoo.org> wrote:
>
> btw do we cleanup when the seqno jumps?
>
> 1 2 3 4 5 6 7 8 9
> S _ _ _ E S _ _ E
>
> What happens when we miss both 5 and 6 ?
>

Fixed this by checking the timestamp. In this case both frames will be
dropped. If the timestamps between two consecutive packets differ
without a start/end marker, then all packets are ignored until the
next start marker is encountered.

Josh


More information about the FFmpeg-soc mailing list