Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmovenc.c2710 MOVStts *stts_entries = NULL; in mov_write_stts_tag() local
2716 stts_entries = av_malloc(sizeof(*stts_entries)); /* one entry */ in mov_write_stts_tag()
2717 if (!stts_entries) in mov_write_stts_tag()
2719 stts_entries[0].count = track->sample_count; in mov_write_stts_tag()
2720 stts_entries[0].duration = 1; in mov_write_stts_tag()
2724 stts_entries = av_malloc_array(track->entry, sizeof(*stts_entries)); /* worst case */ in mov_write_stts_tag()
2725 if (!stts_entries) in mov_write_stts_tag()
2730 if (i && duration == stts_entries[entrie in mov_write_stts_tag()
[all...]

Completed in 9 milliseconds