summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavfilter/vf_chromashift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_chromashift.c b/libavfilter/vf_chromashift.c
index d073256..f4ac28a 100644
--- a/libavfilter/vf_chromashift.c
+++ b/libavfilter/vf_chromashift.c
@@ -358,7 +358,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
s->in = in;
if (!s->is_rgbashift) {
- av_image_copy_plane(out->data[0] + out->linesize[0],
+ av_image_copy_plane(out->data[0],
out->linesize[0],
in->data[0], in->linesize[0],
s->linesize[0], s->height[0]);
OpenPOWER on IntegriCloud