MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_mixdown_get_next

Function hb_mixdown_get_next

libhb/common.c:3047–3054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3045}
3046
3047const hb_mixdown_t* hb_mixdown_get_next(const hb_mixdown_t *last)
3048{
3049 if (last == NULL)
3050 {
3051 return hb_audio_mixdowns_first_item;
3052 }
3053 return ((hb_mixdown_internal_t*)last)->next;
3054}
3055
3056int hb_layout_get_name(const hb_channel_layout_t *ch_layout, char *name, int size)
3057{

Callers 8

hb_mixdown_get_bestFunction · 0.85
hb_mixdown_get_nameFunction · 0.85
ShowHelpFunction · 0.85
ghb_mix_opts_filterFunction · 0.85
grey_mix_optsFunction · 0.85
ghb_mix_opts_setFunction · 0.85
ghb_lookup_mixdownFunction · 0.85

Calls

no outgoing calls

Tested by 1

ShowHelpFunction · 0.68