[FFmpeg-devel] [PATCH] RTP depacketizer for H.263

Ronald S. Bultje rsbultje
Mon Jan 25 15:48:00 CET 2010


Hi,

On Mon, Jan 25, 2010 at 5:38 AM, Martin Storsj? <martin at martin.st> wrote:
> The attached patch adds support for RTP depacketization of H.263. It has
> been tested with libavformat's RTP packetization, QuickTime Broadcaster
> and samples included with Darwin Streaming Server.

Beautiful and simple, thanks for doing this. I've been wanting to do
this for ages, but no time. :-(.

> +    int P, V, plen, pebit;
[..]
> +    P = buf[0] & 0x04;
> +    V = buf[0] & 0x02;

Can you document what P and V are?

Ronald



More information about the ffmpeg-devel mailing list