Commit b3f6cecf authored by rbultje's avatar rbultje

Reindent after r16368.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16369 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf7b4896
...@@ -316,7 +316,8 @@ rdt_parse_packet (PayloadContext *rdt, AVStream *st, ...@@ -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);
......
...@@ -87,6 +87,6 @@ int ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb, ...@@ -87,6 +87,6 @@ int ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb,
* function, or 0 if all samples have been retrieved. * function, or 0 if all samples have been retrieved.
*/ */
int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb, int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
AVStream *st, RMStream *rst, AVPacket *pkt); AVStream *st, RMStream *rst, AVPacket *pkt);
#endif /* AVFORMAT_RM_H */ #endif /* AVFORMAT_RM_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment