Skip to content

Commit

Permalink
Cosmetics: Reindent after last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
cehoyos committed Jul 9, 2015
1 parent da46370 commit 6253f51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libavformat/matroskaenc.c
Expand Up @@ -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);
Expand Down

0 comments on commit 6253f51

Please sign in to comment.