Function rsmpeg::ffi::avformat_transfer_internal_stream_timing_info[][src]

pub unsafe extern "C" fn avformat_transfer_internal_stream_timing_info(
    ofmt: *const AVOutputFormat,
    ost: *mut AVStream,
    ist: *const AVStream,
    copy_tb: i32
) -> i32
Expand description

Transfer internal timing information from one stream to another.

This function is useful when doing stream copy.

@param ofmt target output format for ost @param ost output stream which needs timings copy and adjustments @param ist reference input stream to copy timings from @param copy_tb define from where the stream codec timebase needs to be imported