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

Ronald S. Bultje rsbultje
Thu Jan 15 15:05:45 CET 2009


Hi,

On Thu, Jan 15, 2009 at 8:59 AM, Luca Abeni <lucabe72 at email.it> wrote:
> Ok, I checked rdt.c, and the relevant line seems to be:
> flags = (flags & PKT_FLAG_KEY) ? 2 : 0;
> so, why not using an "RTP_FLAG_KEY" (equal to 2) instead of PKT_FLAG_KEY
> (changing it to 2 before using the flags variable)?

Sounds good to me!

Ronald




More information about the ffmpeg-devel mailing list