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

@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.