X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_alphamerge.c;h=45fa340fcc63da92c4ef4f38ea14d803dc6b9cf2;hb=664ac7c5e2e9b2b001be6124b90b398861c773af;hp=d0a26396899d8c6535c4116de85a6e65994cc44d;hpb=5729acee8214170f212b6409ac363428152d05ff;p=ffmpeg diff --git a/libavfilter/vf_alphamerge.c b/libavfilter/vf_alphamerge.c index d0a26396899..45fa340fcc6 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;