[FFmpeg-cvslog] Cosmetics: Reindent after last commit.

Carl Eugen Hoyos git at videolan.org
Thu Jul 9 20:15:18 CEST 2015


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Jul  9 19:52:06 2015 +0200| [6253f511e053de20eb01013e93c1084f19df9ef6] | committer: Carl Eugen Hoyos

Cosmetics: Reindent after last commit.

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

 libavformat/matroskaenc.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 713cb33..2d0d5f6 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -1793,11 +1793,11 @@ static int mkv_write_packet_internal(AVFormatContext *s, AVPacket *pkt, int add_
     }
 
     if (s->pb->seekable) {
-    ret = mkv_add_cuepoint(mkv->cues, pkt->stream_index, dash_tracknum, ts,
-                           mkv->cluster_pos, relative_packet_pos, duration);
-    if (ret < 0)
-        return ret;
-    }
+        ret = mkv_add_cuepoint(mkv->cues, pkt->stream_index, dash_tracknum, ts,
+                               mkv->cluster_pos, relative_packet_pos, duration);
+        if (ret < 0)
+            return ret;
+        }
     }
 
     mkv->duration = FFMAX(mkv->duration, ts + duration);



More information about the ffmpeg-cvslog mailing list