Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6151
int hb_subtitle_can_force( int source )
6152
{
6153
return source == VOBSUB || source == PGSSUB;
6154
}
6155
6156
int hb_subtitle_can_burn( int source )
6157
{
Callers
3
hb_add_internal
Function · 0.85
subtitle_add_to_settings
Function · 0.85
subtitle_update_dialog_widgets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected