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

Function hb_audio_dither_get_next

libhb/common.c:2589–2596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2587}
2588
2589const hb_dither_t* hb_audio_dither_get_next(const hb_dither_t *last)
2590{
2591 if (last == NULL)
2592 {
2593 return hb_audio_dithers_first_item;
2594 }
2595 return ((hb_dither_internal_t*)last)->next;
2596}
2597
2598static int mixdown_get_opus_coupled_stream_count(int mixdown)
2599{

Callers 2

ShowHelpFunction · 0.85

Calls

no outgoing calls

Tested by 1

ShowHelpFunction · 0.68