Reindent after r16368.
Originally committed as revision 16369 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a9f84821c5
commit
ade8fb4d75
@ -316,7 +316,8 @@ rdt_parse_packet (PayloadContext *rdt, AVStream *st,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
rdt->audio_pkt_cnt =
|
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 &&
|
if (rdt->audio_pkt_cnt == 0 &&
|
||||||
st->codec->codec_id == CODEC_ID_AAC)
|
st->codec->codec_id == CODEC_ID_AAC)
|
||||||
av_freep(&rdt->rmctx->pb);
|
av_freep(&rdt->rmctx->pb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user