[FFmpeg-devel] RTP mark bit not passed to parse_packet

Ronald S. Bultje rsbultje
Thu Jan 15 14:46:46 CET 2009


Hi Luca,

On Thu, Jan 15, 2009 at 8:43 AM, Luca Abeni <lucabe72 at email.it> wrote:
> BTW, what has avformat.h to do with this flag? Isn't the "flags"
> variable passed to parse_packet() internal to the RTP
> demuxer?

Values in flags are same as AVPacket.flags, defined in avformat.h.

> (and, BTW, what is it used for? In rtp_parse_packet() we have
> "flags = 0" and the value is never changed... And it does not
> appear to be documented anywhere...)

RDT uses it (rdt_parse_packet() is the RDT variant of rtp_parse_packet()).

Ronald




More information about the ffmpeg-devel mailing list