summaryrefslogtreecommitdiff
path: root/libavformat/rdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rdt.c')
-rw-r--r--libavformat/rdt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 10add82c9c..a3e468d9ea 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
@@ -316,7 +316,8 @@ rdt_parse_packet (PayloadContext *rdt, AVStream *st,
}
} else {
rdt->audio_pkt_cnt =
- ff_rm_retrieve_cache (rdt->rmctx, rdt->rmctx->pb, st, rdt->rmst[0], pkt);
+ ff_rm_retrieve_cache (rdt->rmctx, rdt->rmctx->pb,
+ st, rdt->rmst[0], pkt);
if (rdt->audio_pkt_cnt == 0 &&
st->codec->codec_id == CODEC_ID_AAC)
av_freep(&rdt->rmctx->pb);