Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dass_split.c209 void **section_ptr = (void **)((uint8_t *)&ctx->ass + section->offset); in realloc_section_array() local
210 uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size); in realloc_section_array()
213 *section_ptr = tmp; in realloc_section_array()