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

Function grey_mix_opts

gtk/src/hb-backend.c:1415–1427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413}
1414
1415static void
1416grey_mix_opts(signal_user_data_t *ud, gint acodec, const char *layout)
1417{
1418 ghb_log_func();
1419
1420 const hb_mixdown_t *mix;
1421 for (mix = hb_mixdown_get_next(NULL); mix != NULL;
1422 mix = hb_mixdown_get_next(mix))
1423 {
1424 grey_builder_combo_box_item("AudioMixdown", mix->amixdown,
1425 !hb_mixdown_is_supported_s(mix->amixdown, acodec, layout));
1426 }
1427}
1428
1429static void grey_passthru(signal_user_data_t *ud, hb_audio_config_t *aconfig)
1430{

Callers 1

ghb_grey_combo_optionsFunction · 0.85

Calls 3

hb_mixdown_get_nextFunction · 0.85

Tested by

no test coverage detected