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

Function hb_subtitle_can_force

libhb/common.c:6151–6154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6149}
6150
6151int hb_subtitle_can_force( int source )
6152{
6153 return source == VOBSUB || source == PGSSUB;
6154}
6155
6156int hb_subtitle_can_burn( int source )
6157{

Callers 3

hb_add_internalFunction · 0.85
subtitle_add_to_settingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected