summaryrefslogtreecommitdiff
path: root/libavformat/rmdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rmdec.c')
-rw-r--r--libavformat/rmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index f3e51a1731..90f07a4f09 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -691,7 +691,7 @@ ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
ast->audiotimestamp = AV_NOPTS_VALUE;
pkt->flags = PKT_FLAG_KEY;
} else
- pkt->flags = 0;
+ pkt->flags = 0;
pkt->stream_index = st->index;
return rm->audio_pkt_cnt;