Browse Source

avfilter/vf_alphamerge: add AVClass to private context

tags/n4.3
Paul B Mahol 6 years ago
parent
commit
3750e36aa8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/vf_alphamerge.c

+ 2
- 0
libavfilter/vf_alphamerge.c View File

@@ -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…
Cancel
Save