mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
lavfi: add internal function ff_fill_rgba_map()
This commit is contained in:
@ -27,6 +27,8 @@
|
||||
#include <stdint.h>
|
||||
#include "libavutil/pixfmt.h"
|
||||
|
||||
int ff_fill_rgba_map(uint8_t *rgba_map, enum PixelFormat pix_fmt);
|
||||
|
||||
int ff_fill_line_with_color(uint8_t *line[4], int pixel_step[4], int w,
|
||||
uint8_t dst_color[4],
|
||||
enum PixelFormat pix_fmt, uint8_t rgba_color[4],
|
||||
|
Reference in New Issue
Block a user