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

Function hb_srt_add

libhb/common.c:6144–6149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6142}
6143
6144int hb_srt_add( const hb_job_t * job,
6145 const hb_subtitle_config_t * subtitlecfg,
6146 const char *lang_code )
6147{
6148 return hb_import_subtitle_add(job, subtitlecfg, lang_code, IMPORTSRT);
6149}
6150
6151int hb_subtitle_can_force( int source )
6152{

Callers

nothing calls this directly

Calls 1

hb_import_subtitle_addFunction · 0.85

Tested by

no test coverage detected