mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/vf_chromashift: remove invalid offset
This commit is contained in:
parent
ea3a980a61
commit
3e8f211d86
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue