Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dformats.c219 int ret_max, ret_nb = 0, i, j, round; in merge_channel_layouts() local
256 av_channel_layout_copy(&channel_layouts[ret_nb++], &a->channel_layouts[i]); in merge_channel_layouts()
273 av_channel_layout_copy(&channel_layouts[ret_nb++], fmt); in merge_channel_layouts()
284 av_channel_layout_copy(&channel_layouts[ret_nb++], &a->channel_layouts[i]); in merge_channel_layouts()
287 if (!ret_nb) { in merge_channel_layouts()
299 b->nb_channel_layouts = ret_nb; in merge_channel_layouts()