Commit 3750e36a authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_alphamerge: add AVClass to private context

parent adea33f4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment