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

Function update_pes_kind

libhb/stream.c:3720–3727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3718}
3719
3720static void update_pes_kind( hb_stream_t * stream, int idx )
3721{
3722 kind_t kind = st2codec[stream->pes.list[idx].stream_type].kind;
3723 if ( kind != U && kind != N )
3724 {
3725 stream->pes.list[idx].stream_kind = kind;
3726 }
3727}
3728
3729static void ts_pes_list_add( hb_stream_t *stream, int ts_idx, int pes_idx )
3730{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected