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

Function hb_layout_get_name

libhb/common.c:3056–3059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3054}
3055
3056int hb_layout_get_name(const hb_channel_layout_t *ch_layout, char *name, int size)
3057{
3058 return av_channel_layout_describe(ch_layout, name, size);
3059}
3060
3061int hb_layout_get_discrete_channel_count(const hb_channel_layout_t *ch_layout)
3062{

Callers 2

ghb_grey_combo_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected