Commit 3e8f211d authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_chromashift: remove invalid offset

parent ea3a980a
......@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment