summaryrefslogtreecommitdiff
path: root/libavfilter/maskedmerge.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-04-23 18:31:05 +0200
committerPaul B Mahol <onemda@gmail.com>2017-04-23 18:31:05 +0200
commitf4218d93efaefb2fb1a1dfcf45d6917a397e96ed (patch)
treeb4131e6538b7c215debe4b0fcf433c1c1d93c1b3 /libavfilter/maskedmerge.h
parent710c97d5f6a880597701ea7b3ad56920cd0fb731 (diff)
downloadffmpeg-f4218d93efaefb2fb1a1dfcf45d6917a397e96ed.tar.gz
avfilter/vf_maskedmerge: fix bug when copying >8bit plane(s)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/maskedmerge.h')
-rw-r--r--libavfilter/maskedmerge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/maskedmerge.h b/libavfilter/maskedmerge.h
index a8c7551bad..8e2b1cf676 100644
--- a/libavfilter/maskedmerge.h
+++ b/libavfilter/maskedmerge.h
@@ -27,6 +27,7 @@
typedef struct MaskedMergeContext {
const AVClass *class;
int width[4], height[4];
+ int linesize[4];
int nb_planes;
int planes;
int half, depth;