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

Function hb_subtitle_can_burn

libhb/common.c:6156–6161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6154}
6155
6156int hb_subtitle_can_burn( int source )
6157{
6158 return source == VOBSUB || source == PGSSUB || source == SSASUB ||
6159 source == CC608SUB || source == UTF8SUB || source == TX3GSUB ||
6160 source == IMPORTSRT || source == IMPORTSSA || source == DVBSUB;
6161}
6162
6163int hb_subtitle_can_export( int source )
6164{

Callers 6

sanitize_subtitlesFunction · 0.85
add_subFunction · 0.85
add_srtFunction · 0.85
add_ssaFunction · 0.85
subtitle_add_to_settingsFunction · 0.85

Calls

no outgoing calls

Tested by 3

add_subFunction · 0.68
add_srtFunction · 0.68
add_ssaFunction · 0.68