Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmovenc.c7158 int new_track_count = track->ref_track_count + 1; local
7159 ret = av_reallocp_array(&track->tref_ids, new_track_count, sizeof(track->tref_ids));
7162 track->ref_track_count = new_track_count;

Completed in 11 milliseconds