forked from FFmpeg/FFmpeg
cosmetics: indentation after last commit
Originally committed as revision 9417 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2def9cd94d
commit
ffaa3ecb60
1 changed files with 3 additions and 3 deletions
|
@ -2215,9 +2215,9 @@ matroska_read_header (AVFormatContext *s,
|
|||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue