Function ff_stream_encode_params_copy

Source
pub unsafe extern "C" fn ff_stream_encode_params_copy(
    dst: *mut AVStream,
    src: *const AVStream,
) -> c_int
Expand description

Copy encoding parameters from source to destination stream

@param dst pointer to destination AVStream @param src pointer to source AVStream @return >=0 on success, AVERROR code on error