|
FFmpeg
|
#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[]) |
| 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 ff_sws_init_single_context().
1.8.17