Function rsmpeg::ffi::av_stream_get_codec_timebase[][src]

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

Get the internal codec timebase from a stream.

@param st input stream to extract the timebase from