[][src]Function ffmpeg_dev::sys::av_stream_get_codec_timebase

pub unsafe extern "C" fn av_stream_get_codec_timebase(
    st: *const AVStream
) -> AVRational

Get the internal codec timebase from a stream.

@param st input stream to extract the timebase from