mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
Merge commit '15621cbbe4ed88409ef40257afaf239487964e98'
* commit '15621cbbe4ed88409ef40257afaf239487964e98': rtpdec_asf: Don't set RTP_FLAG_KEY Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
9575d8a652
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user