Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
static int get_id(hb_pes_stream_t *pes)
342
{
343
return ( pes->stream_id_ext << 16 ) + pes->stream_id;
344
}
345
346
static int index_of_id(hb_stream_t *stream, int id)
347
{
Callers
6
index_of_id
Function · 0.85
hb_stream_title_scan
Function · 0.85
pes_add_subtitle_to_title
Function · 0.85
pes_add_audio_to_title
Function · 0.85
hb_ps_stream_decode
Function · 0.85
generate_output_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected