AVTimecode 71 3rdparty/include/ffmpeg_/libavutil/timecode.h uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum); AVTimecode 85 3rdparty/include/ffmpeg_/libavutil/timecode.h char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum); AVTimecode 119 3rdparty/include/ffmpeg_/libavutil/timecode.h int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx); AVTimecode 131 3rdparty/include/ffmpeg_/libavutil/timecode.h int av_timecode_init_from_string(AVTimecode *tc, AVRational rate, const char *str, void *log_ctx);