FFmpeg
Data Fields
FFColorDetectDSPContext Struct Reference

#include <vf_colordetect.h>

Data Fields

int(* detect_range )(const uint8_t *data, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, int mpeg_min, int mpeg_max)
 
int(* detect_alpha )(const uint8_t *color, ptrdiff_t color_stride, const uint8_t *alpha, ptrdiff_t alpha_stride, ptrdiff_t width, ptrdiff_t height, int p, int q, int k)
 

Detailed Description

Definition at line 28 of file vf_colordetect.h.

Field Documentation

◆ detect_range

int(* FFColorDetectDSPContext::detect_range) (const uint8_t *data, ptrdiff_t stride, ptrdiff_t width, ptrdiff_t height, int mpeg_min, int mpeg_max)

◆ detect_alpha

int(* FFColorDetectDSPContext::detect_alpha) (const uint8_t *color, ptrdiff_t color_stride, const uint8_t *alpha, ptrdiff_t alpha_stride, ptrdiff_t width, ptrdiff_t height, int p, int q, int k)

The documentation for this struct was generated from the following file: