cosmetics: indentation

This commit is contained in:
Justin Ruggles 2012-04-26 11:07:41 -04:00
parent 8916f1fbcb
commit e5356ebf22
1 changed files with 10 additions and 9 deletions

View File

@ -990,7 +990,8 @@ static void compute_pkt_fields(AVFormatContext *s, AVStream *st,
/* presentation is not delayed : PTS and DTS are the same */
if (pkt->pts == AV_NOPTS_VALUE)
pkt->pts = pkt->dts;
update_initial_timestamps(s, pkt->stream_index, pkt->pts, pkt->pts);
update_initial_timestamps(s, pkt->stream_index, pkt->pts,
pkt->pts);
if (pkt->pts == AV_NOPTS_VALUE)
pkt->pts = st->cur_dts;
pkt->dts = pkt->pts;