Commit 9575d8a6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '15621cbb'

* commit '15621cbb':
  rtpdec_asf: Don't set RTP_FLAG_KEY
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7c2e35d1 15621cbb
......@@ -205,8 +205,6 @@ static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf,
int start_off = avio_tell(pb);
mflags = avio_r8(pb);
if (mflags & 0x80)
flags |= RTP_FLAG_KEY;
len_off = avio_rb24(pb);
if (mflags & 0x20) /**< relative timestamp */
avio_skip(pb, 4);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment