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 };
|
enum { Y, U, V, A };
|
||||||
|
|
||||||
typedef struct AlphaMergeContext {
|
typedef struct AlphaMergeContext {
|
||||||
|
const AVClass *class;
|
||||||
|
|
||||||
int is_packed_rgb;
|
int is_packed_rgb;
|
||||||
uint8_t rgba_map[4];
|
uint8_t rgba_map[4];
|
||||||
AVFrame *main_frame;
|
AVFrame *main_frame;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user