[][src]Function stainless_ffmpeg_sys::avcodec_get_context_defaults3

pub unsafe extern "C" fn avcodec_get_context_defaults3(
    s: *mut AVCodecContext,
    codec: *const AVCodec
) -> c_int

@deprecated This function should not be used, as closing and opening a codec context multiple time is not supported. A new codec context should be allocated for each new use.