Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmxfdec.c685 MXFPartition *partition, *tmp_part; in mxf_read_partition_pack() local
693tmp_part = av_realloc_array(mxf->partitions, mxf->partitions_count + 1, sizeof(*mxf->partitions)); in mxf_read_partition_pack()
694 if (!tmp_part) in mxf_read_partition_pack()
696 mxf->partitions = tmp_part; in mxf_read_partition_pack()