lavfi/vidstab: make use of direct variable.
This commit is contained in:
parent
9273cc8eb5
commit
111ac10b60
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue