MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / av_timecode_check_frame_rate

Function av_timecode_check_frame_rate

libavutil/timecode.c:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196int av_timecode_check_frame_rate(AVRational rate)
197{
198 return check_fps(fps_from_frame_rate(rate));
199}
200
201int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx)
202{

Callers

nothing calls this directly

Calls 2

check_fpsFunction · 0.85
fps_from_frame_rateFunction · 0.85

Tested by

no test coverage detected