Mercurial > libavformat.hg
changeset 2202:32d675fb5e2e libavformat
cosmetics: indentation after last commit
author | aurel |
---|---|
date | Sun, 24 Jun 2007 21:50:09 +0000 |
parents | c514ebfeec49 |
children | a81bd08b5ff2 |
files | matroskadec.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskadec.c Sun Jun 24 21:49:13 2007 +0000 +++ b/matroskadec.c Sun Jun 24 21:50:09 2007 +0000 @@ -2215,9 +2215,9 @@ track = matroska_find_track_by_num(matroska, idx->track); stream = matroska->tracks[track]->stream_index; if (stream >= 0) - av_add_index_entry(matroska->ctx->streams[stream], - idx->pos, idx->time/matroska->time_scale, - 0, 0, AVINDEX_KEYFRAME); + av_add_index_entry(matroska->ctx->streams[stream], + idx->pos, idx->time/matroska->time_scale, + 0, 0, AVINDEX_KEYFRAME); } }