lavfi/vidstab: make use of direct variable.
This commit is contained in:
parent
9273cc8eb5
commit
111ac10b60
@ -237,7 +237,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
inframe.data[plane] = in->data[plane];
|
||||
inframe.linesize[plane] = in->linesize[plane];
|
||||
}
|
||||
if (out == in) { // inplace
|
||||
if (direct) {
|
||||
vsTransformPrepare(td, &inframe, &inframe);
|
||||
} else { // separate frames
|
||||
VSFrame outframe;
|
||||
|
Loading…
x
Reference in New Issue
Block a user