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

Function hb_video_encoder_get_next

libhb/common.c:3173–3180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3171}
3172
3173const hb_encoder_t* hb_video_encoder_get_next(const hb_encoder_t *last)
3174{
3175 if (last == NULL)
3176 {
3177 return hb_video_encoders_first_item;
3178 }
3179 return ((hb_encoder_internal_t*)last)->next;
3180}
3181
3182// for a valid passthru, return the matching encoder for that codec (if any),
3183// else return -1 (i.e. drop the track)

Callers 6

ShowHelpFunction · 0.85
ghb_grey_combo_optionsFunction · 0.85
video_encoder_opts_setFunction · 0.85
ghb_lookup_video_encoderFunction · 0.85

Calls

no outgoing calls

Tested by 1

ShowHelpFunction · 0.68