[][src]Function ffmpeg_dev::sys::ff_frame_pool_get_video_config

pub unsafe extern "C" fn ff_frame_pool_get_video_config(
    pool: *mut FFFramePool,
    width: *mut c_int,
    height: *mut c_int,
    format: *mut AVPixelFormat,
    align: *mut c_int
) -> c_int

Get the video frame pool configuration.

@param width width of each frame in this pool @param height height of each frame in this pool @param format format of each frame in this pool @param align buffers alignement of each frame in this pool @return 0 on success, a negative AVERROR otherwise.