mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
lavf/segment: fix weird indent
This commit is contained in:
parent
b6a8c5245f
commit
3d38c99041
@ -708,10 +708,10 @@ static int seg_write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
}
|
||||
|
||||
av_dlog(s, "packet stream:%d pts:%s pts_time:%s duration_time:%s is_key:%d frame:%d\n",
|
||||
pkt->stream_index, av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base),
|
||||
av_ts2timestr(pkt->duration, &st->time_base),
|
||||
pkt->flags & AV_PKT_FLAG_KEY,
|
||||
pkt->stream_index == seg->reference_stream_index ? seg->frame_count : -1);
|
||||
pkt->stream_index, av_ts2str(pkt->pts), av_ts2timestr(pkt->pts, &st->time_base),
|
||||
av_ts2timestr(pkt->duration, &st->time_base),
|
||||
pkt->flags & AV_PKT_FLAG_KEY,
|
||||
pkt->stream_index == seg->reference_stream_index ? seg->frame_count : -1);
|
||||
|
||||
if (pkt->stream_index == seg->reference_stream_index &&
|
||||
pkt->flags & AV_PKT_FLAG_KEY &&
|
||||
|
Loading…
Reference in New Issue
Block a user