FFmpeg
|
#include "swscale_internal.h"
Go to the source code of this file.
Functions | |
int | ff_sws_alphablendaway (SwsContext *c, const uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) |
int ff_sws_alphablendaway | ( | SwsContext * | c, |
const uint8_t * | src[], | ||
int | srcStride[], | ||
int | srcSliceY, | ||
int | srcSliceH, | ||
uint8_t * | dst[], | ||
int | dstStride[] | ||
) |
Definition at line 23 of file alphablend.c.
Referenced by sws_init_context().