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

Function av_timecode_make_smpte_tc_string

libavutil/timecode.c:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142char *av_timecode_make_smpte_tc_string(char *buf, uint32_t tcsmpte, int prevent_df)
143{
144 return av_timecode_make_smpte_tc_string2(buf, (AVRational){30, 1}, tcsmpte, prevent_df, 1);
145}
146
147char *av_timecode_make_mpeg_tc_string(char *buf, uint32_t tc25bit)
148{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected