summaryrefslogtreecommitdiff
path: root/libavfilter/vf_alphamerge.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_alphamerge.c')
-rw-r--r--libavfilter/vf_alphamerge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_alphamerge.c b/libavfilter/vf_alphamerge.c
index d0a2639689..45fa340fcc 100644
--- a/libavfilter/vf_alphamerge.c
+++ b/libavfilter/vf_alphamerge.c
@@ -36,7 +36,7 @@
enum { Y, U, V, A };
-typedef struct {
+typedef struct AlphaMergeContext {
int is_packed_rgb;
uint8_t rgba_map[4];
struct FFBufQueue queue_main;