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

Function hb_subtitle_can_export

libhb/common.c:6163–6179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6161}
6162
6163int hb_subtitle_can_export( int source )
6164{
6165 switch (source)
6166 {
6167 case CC608SUB:
6168 case CC708SUB:
6169 case UTF8SUB:
6170 case TX3GSUB:
6171 case SSASUB:
6172 case IMPORTSRT:
6173 case IMPORTSSA:
6174 case PGSSUB:
6175 return 1;
6176 default:
6177 return 0;
6178 }
6179}
6180
6181int hb_subtitle_can_pass( int source, int mux )
6182{

Callers 1

hb_subtitle_must_burnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected