Mercurial > libavformat.hg
changeset 2968:bd458b341e40 libavformat
indent
author | michael |
---|---|
date | Sat, 26 Jan 2008 20:07:57 +0000 |
parents | 2fc866d3614f |
children | f3a3115a96e4 |
files | mov.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sat Jan 26 20:07:30 2008 +0000 +++ b/mov.c Sat Jan 26 20:07:57 2008 +0000 @@ -1348,8 +1348,8 @@ "size %d, distance %d, keyframe %d\n", st->index, current_sample, current_offset, current_dts, sample_size, distance, keyframe); if(sc->sample_to_chunk[stsc_index].id - 1 == sc->pseudo_stream_id) - av_add_index_entry(st, current_offset, current_dts, sample_size, distance, - keyframe ? AVINDEX_KEYFRAME : 0); + av_add_index_entry(st, current_offset, current_dts, sample_size, distance, + keyframe ? AVINDEX_KEYFRAME : 0); current_offset += sample_size; assert(sc->stts_data[stts_index].duration % sc->time_rate == 0); current_dts += sc->stts_data[stts_index].duration / sc->time_rate;