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

Function make_empty_sub

libhb/decavsub.c:275–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275static void make_empty_sub( int source, hb_buffer_list_t * list_pass )
276{
277 switch (source)
278 {
279 case PGSSUB:
280 make_empty_pgs(hb_buffer_list_head(list_pass));
281 break;
282 case DVBSUB:
283 break;
284 default:
285 hb_buffer_list_close(list_pass);
286 break;
287 }
288}
289
290// Returns a pointer to the first character after the ASS preamble
291static const char * ssa_text(const char * ssa)

Callers 1

decavsubWorkFunction · 0.85

Calls 3

make_empty_pgsFunction · 0.85
hb_buffer_list_headFunction · 0.85
hb_buffer_list_closeFunction · 0.85

Tested by

no test coverage detected