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

Function ghb_get_title_settings

gtk/src/titledict.c:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "titledict.h"
21
22GhbValue *ghb_get_title_settings(GhbValue *settings)
23{
24 GhbValue *title;
25 title = ghb_dict_get(settings, "Title");
26 return title;
27}
28
29GhbValue *ghb_get_title_audio_list(GhbValue *settings)
30{

Callers 3

ghb_add_title_to_queueFunction · 0.85
ghb_get_title_audio_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected