You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_alphamerge: add AVClass to private context
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user