mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 17:54:25 +00:00
avfilter/vf_alphamerge: add AVClass to private context
This commit is contained in:
parent
adea33f465
commit
3750e36aa8
@ -38,6 +38,8 @@
|
||||
enum { Y, U, V, A };
|
||||
|
||||
typedef struct AlphaMergeContext {
|
||||
const AVClass *class;
|
||||
|
||||
int is_packed_rgb;
|
||||
uint8_t rgba_map[4];
|
||||
AVFrame *main_frame;
|
||||
|
Loading…
Reference in New Issue
Block a user