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

Function get_id

libhb/stream.c:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341static int get_id(hb_pes_stream_t *pes)
342{
343 return ( pes->stream_id_ext << 16 ) + pes->stream_id;
344}
345
346static int index_of_id(hb_stream_t *stream, int id)
347{

Callers 6

index_of_idFunction · 0.85
hb_stream_title_scanFunction · 0.85
pes_add_audio_to_titleFunction · 0.85
hb_ps_stream_decodeFunction · 0.85
generate_output_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected