mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
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
@ -2215,9 +2215,9 @@ matroska_read_header (AVFormatContext *s,
|
|||||||
track = matroska_find_track_by_num(matroska, idx->track);
|
track = matroska_find_track_by_num(matroska, idx->track);
|
||||||
stream = matroska->tracks[track]->stream_index;
|
stream = matroska->tracks[track]->stream_index;
|
||||||
if (stream >= 0)
|
if (stream >= 0)
|
||||||
av_add_index_entry(matroska->ctx->streams[stream],
|
av_add_index_entry(matroska->ctx->streams[stream],
|
||||||
idx->pos, idx->time/matroska->time_scale,
|
idx->pos, idx->time/matroska->time_scale,
|
||||||
0, 0, AVINDEX_KEYFRAME);
|
0, 0, AVINDEX_KEYFRAME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user