Function av_timecode_adjust_ntsc_framenum2

Source
pub unsafe extern "C" fn av_timecode_adjust_ntsc_framenum2(
    framenum: c_int,
    fps: c_int,
) -> c_int
Expand description

Adjust frame number for NTSC drop frame time code.

@param framenum frame number to adjust @param fps frame per second, 30 or 60 @return adjusted frame number @warning adjustment is only valid in NTSC 29.97 and 59.94