summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/rmdec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index b8ba24e928..1d7df544a1 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -784,10 +784,11 @@ ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb,
return ret;
rm_ac3_swap_bytes(st, pkt);
}
- } else
+ } else {
ret = av_get_packet(pb, pkt, len);
if (ret < 0)
return ret;
+ }
pkt->stream_index = st->index;