libavformat/utils: Fix misleading indent

6f69f7a8bf introduced this and it was part
of a very large merging of refactoring. Current behaviour is what is
reflected by this indenting change, however my understanding of timing
is such that this correct behaviour.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/356/head
Chris Miceli 4 years ago committed by Michael Niedermayer
parent 4ebe40ef64
commit be852803eb
  1. 1
      libavformat/utils.c

@ -1186,7 +1186,6 @@ static void update_initial_durations(AVFormatContext *s, AVStream *st,
pktl->pkt.dts = cur_dts;
if (!st->internal->avctx->has_b_frames)
pktl->pkt.pts = cur_dts;
// if (st->codecpar->codec_type != AVMEDIA_TYPE_AUDIO)
pktl->pkt.duration = duration;
} else
break;

Loading…
Cancel
Save