mirror of https://git.ffmpeg.org/ffmpeg.git
Reindent after r18010.
Originally committed as revision 18011 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
55d330f913
commit
c882927957
|
@ -314,9 +314,9 @@ rdt_parse_packet (AVFormatContext *ctx, PayloadContext *rdt, AVStream *st,
|
|||
return res;
|
||||
if (res > 0) {
|
||||
if (st->codec->codec_id == CODEC_ID_AAC) {
|
||||
memcpy (rdt->buffer, buf + pos, len - pos);
|
||||
rdt->rmctx->pb = av_alloc_put_byte (rdt->buffer, len - pos, 0,
|
||||
NULL, NULL, NULL, NULL);
|
||||
memcpy (rdt->buffer, buf + pos, len - pos);
|
||||
rdt->rmctx->pb = av_alloc_put_byte (rdt->buffer, len - pos, 0,
|
||||
NULL, NULL, NULL, NULL);
|
||||
}
|
||||
goto get_cache;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue