Function avcodec_free_context
pub unsafe extern "C" fn avcodec_free_context(
avctx: *mut *mut AVCodecContext,
)
Expand description
Free the codec context and everything associated with it and write NULL to the provided pointer.
pub unsafe extern "C" fn avcodec_free_context(
avctx: *mut *mut AVCodecContext,
)
Free the codec context and everything associated with it and write NULL to the provided pointer.