Home
last modified time | relevance | path

Searched refs:maxnp (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dvividas.c438 int maxnp=0; in track_index() local
476 if (maxnp < viv->sb_blocks[i].n_packets) in track_index()
477 maxnp = viv->sb_blocks[i].n_packets; in track_index()
483 viv->sb_entries = av_calloc(maxnp, sizeof(VIV_SB_entry)); in track_index()