[FFmpeg-devel] [PATCH] RTP depacketizer for H.263
Martin Storsjö
martin
Mon Jan 25 16:05:23 CET 2010
On Mon, 25 Jan 2010, Ronald S. Bultje wrote:
> > + int P, V, plen, pebit;
> [..]
> > + P = buf[0] & 0x04;
> > + V = buf[0] & 0x02;
>
> Can you document what P and V are?
Sure! Added a much more verbose comment in the updated patch, attached.
// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtpdec-h263.patch
Type: text/x-diff
Size: 7668 bytes
Desc:
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100125/71b41d3c/attachment.patch>
More information about the ffmpeg-devel
mailing list