Home
last modified time | relevance | path

Searched refs:ctts_entries (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmovenc.c2670 MOVCtts *ctts_entries; in mov_write_ctts_tag() local
2675 ctts_entries = av_malloc_array((track->entry + 1), sizeof(*ctts_entries)); /* worst case */ in mov_write_ctts_tag()
2676 if (!ctts_entries) in mov_write_ctts_tag()
2678 ctts_entries[0].count = 1; in mov_write_ctts_tag()
2679 ctts_entries[0].duration = track->cluster[0].cts; in mov_write_ctts_tag()
2681 if (track->cluster[i].cts == ctts_entries[entries].duration) { in mov_write_ctts_tag()
2682 ctts_entries[entries].count++; /* compress */ in mov_write_ctts_tag()
2685 ctts_entries[entries].duration = track->cluster[i].cts; in mov_write_ctts_tag()
2686 ctts_entries[entrie in mov_write_ctts_tag()
[all...]

Completed in 8 milliseconds