Function avcodec_encode_subtitle

pub unsafe extern "C" fn avcodec_encode_subtitle(
    avctx: *mut AVCodecContext,
    buf: *mut u8,
    buf_size: i32,
    sub: *const AVSubtitle,
) -> i32
Expand description

@addtogroup lavc_encoding @{