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

Function hb_subtitle_must_burn

libhb/common.c:6248–6254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6246}
6247
6248int hb_subtitle_must_burn(hb_subtitle_t *subtitle, int mux)
6249{
6250 return (subtitle->config.dest == RENDERSUB ||
6251 (!(subtitle->config.external_filename != NULL &&
6252 hb_subtitle_can_export(subtitle->source)) &&
6253 !hb_subtitle_can_pass(subtitle->source, mux)));
6254}
6255
6256int hb_audio_can_apply_drc(uint32_t codec, uint32_t codec_param, int encoder)
6257{

Callers 2

sanitize_subtitlesFunction · 0.85
decavsubWorkFunction · 0.85

Calls 2

hb_subtitle_can_exportFunction · 0.85
hb_subtitle_can_passFunction · 0.85

Tested by

no test coverage detected