mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
move increment after debug print
Originally committed as revision 18851 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d8ed5bae6f
commit
2d5fabc87a
@ -1440,10 +1440,10 @@ static void mov_build_index(MOVContext *mov, AVStream *st)
|
||||
stts_index++;
|
||||
}
|
||||
}
|
||||
current_offset += sc->bytes_per_frame;
|
||||
dprintf(mov->fc, "AVIndex stream %d, chunk %d, offset %"PRIx64", dts %"PRId64", "
|
||||
"size %d, duration %d\n", st->index, i, current_offset, current_dts,
|
||||
chunk_size, chunk_duration);
|
||||
current_offset += sc->bytes_per_frame;
|
||||
assert(chunk_duration % sc->time_rate == 0);
|
||||
current_dts += chunk_duration / sc->time_rate;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user