[FFmpeg-cvslog] lavf/segment: fix weird indent

Stefano Sabatini git at videolan.org
Thu Jul 17 16:54:08 CEST 2014


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Jul 17 16:36:11 2014 +0200| [3d38c9904121b39eff41e8150fdd1ec523f290c7] | committer: Stefano Sabatini

lavf/segment: fix weird indent

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d38c9904121b39eff41e8150fdd1ec523f290c7
---

 libavformat/segment.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libavformat/segment.c b/libavformat/segment.c
index f1147a7..c25a295 100644
--- a/libavformat/segment.c
+++ b/libavformat/segment.c
@@ -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 &&



More information about the ffmpeg-cvslog mailing list