FFmpeg
Functions
alphablend.c File Reference
#include "swscale_internal.h"

Go to the source code of this file.

Functions

int ff_sws_alphablendaway (SwsInternal *c, const uint8_t *const src[], const int srcStride[], int srcSliceY, int srcSliceH, uint8_t *const dst[], const int dstStride[])
 

Function Documentation

◆ ff_sws_alphablendaway()

int ff_sws_alphablendaway ( SwsInternal c,
const uint8_t *const  src[],
const int  srcStride[],
int  srcSliceY,
int  srcSliceH,
uint8_t *const  dst[],
const int  dstStride[] 
)

Definition at line 23 of file alphablend.c.

Referenced by sws_init_single_context().