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

Function hb_audio_samplerate_get_next

libhb/common.c:1091–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091const hb_rate_t* hb_audio_samplerate_get_next(const hb_rate_t *last)
1092{
1093 if (last == NULL)
1094 {
1095 return hb_audio_rates_first_item;
1096 }
1097 return ((hb_rate_internal_t*)last)->next;
1098}
1099
1100const hb_rate_t* hb_audio_samplerate_get_next_for_codec(const hb_rate_t *last,
1101 uint32_t codec)

Callers 5

ShowHelpFunction · 0.85

Calls

no outgoing calls

Tested by 1

ShowHelpFunction · 0.68