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

Function audio_samplerate_opts_set

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

Source from the content-addressed store, hash-verified

1598}
1599
1600static void
1601audio_samplerate_opts_set(signal_user_data_t *ud, const gchar *name,
1602 void *opts, const void* data)
1603{
1604 (void)opts; // Silence "unused variable" warning
1605 (void)data; // Silence "unused variable" warning
1606
1607 GtkComboBox *combo = GTK_COMBO_BOX(ghb_builder_widget(name));
1608 ghb_audio_samplerate_opts_set(combo);
1609}
1610
1611void
1612ghb_audio_samplerate_opts_filter(GtkComboBox *combo, gint acodec)

Callers

nothing calls this directly

Calls 2

ghb_builder_widgetFunction · 0.85

Tested by

no test coverage detected