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

Function hb_video_framerate_get_next

libhb/common.c:938–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938const hb_rate_t* hb_video_framerate_get_next(const hb_rate_t *last)
939{
940 if (last == NULL)
941 {
942 return hb_video_rates_first_item;
943 }
944 return ((hb_rate_internal_t*)last)->next;
945}
946
947int hb_video_framerate_get_close(hb_rational_t *framerate, double thresh)
948{

Callers 8

DecodePreviewsFunction · 0.85
avformatInitFunction · 0.85
encavcodecInitFunction · 0.85
ShowHelpFunction · 0.85
video_framerate_opts_setFunction · 0.85

Calls

no outgoing calls

Tested by 1

ShowHelpFunction · 0.68