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

Function ghb_audio_encoder_opts_set

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

Source from the content-addressed store, hash-verified

1968}
1969
1970void
1971ghb_audio_encoder_opts_set(GtkComboBox *combo)
1972{
1973 ghb_audio_encoder_opts_set_with_mask(combo, ~0, HB_ACODEC_NONE);
1974 ghb_audio_encoder_opts_add_autopass(combo);
1975}
1976
1977static void
1978audio_encoder_opts_set(signal_user_data_t *ud, const gchar *name,

Callers 1

Tested by

no test coverage detected