[][src]Function stainless_ffmpeg_sys::avcodec_register

pub unsafe extern "C" fn avcodec_register(codec: *mut AVCodec)

Register the codec codec and initialize libavcodec.

@warning either this function or avcodec_register_all() must be called before any other libavcodec functions.

@see avcodec_register_all()