Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dhashenc.c143 int num_hashes = c->per_stream ? s->nb_streams : 1; in hash_write_trailer() local
144 for (int i = 0; i < num_hashes; i++) { in hash_write_trailer()
166 int num_hashes = c->per_stream ? s->nb_streams : 1; in hash_free() local
167 for (int i = 0; i < num_hashes; i++) { in hash_free()

Completed in 1 milliseconds