summaryrefslogtreecommitdiff
path: root/libavformat/au.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/au.c')
-rw-r--r--libavformat/au.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/au.c b/libavformat/au.c
index 1721902623..1709c874ec 100644
--- a/libavformat/au.c
+++ b/libavformat/au.c
@@ -164,7 +164,6 @@ static int au_read_packet(AVFormatContext *s,
if (av_new_packet(pkt, MAX_SIZE))
return AVERROR_IO;
pkt->stream_index = 0;
- pkt->flags |= PKT_FLAG_KEY;
ret = get_buffer(&s->pb, pkt->data, pkt->size);
if (ret < 0)