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

Function hb_audio_encoder_get_next

libhb/common.c:3359–3366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3357}
3358
3359const hb_encoder_t* hb_audio_encoder_get_next(const hb_encoder_t *last)
3360{
3361 if (last == NULL)
3362 {
3363 return hb_audio_encoders_first_item;
3364 }
3365 return ((hb_encoder_internal_t*)last)->next;
3366}
3367
3368void hb_autopassthru_apply_settings(hb_job_t *job)
3369{

Calls

no outgoing calls

Tested by 1

ShowHelpFunction · 0.68