[FFmpeg-cvslog] avfilter/vf_alphamerge: add AVClass to private context
Paul B Mahol
git at videolan.org
Sat Feb 8 22:55:49 EET 2020
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Feb 8 21:54:09 2020 +0100| [3750e36aa8ecb53764e5549470a39cd14ff6b513] | committer: Paul B Mahol
avfilter/vf_alphamerge: add AVClass to private context
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3750e36aa8ecb53764e5549470a39cd14ff6b513
---
libavfilter/vf_alphamerge.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavfilter/vf_alphamerge.c b/libavfilter/vf_alphamerge.c
index 72b93c780f..85b6d9b61a 100644
--- a/libavfilter/vf_alphamerge.c
+++ b/libavfilter/vf_alphamerge.c
@@ -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;
More information about the ffmpeg-cvslog
mailing list