[][src]Function ffmpeg_sys_next::av_timecode_get_smpte_from_framenum

pub unsafe extern "C" fn av_timecode_get_smpte_from_framenum(
    tc: *const AVTimecode,
    framenum: c_int
) -> u32

Convert frame number to SMPTE 12M binary representation.

@param tc timecode data correctly initialized @param framenum frame number @return the SMPTE binary representation

@note Frame number adjustment is automatically done in case of drop timecode, you do NOT have to call av_timecode_adjust_ntsc_framenum2(). @note The frame number is relative to tc->start. @note Color frame (CF), binary group flags (BGF) and biphase mark polarity correction (PC) bits are set to zero.