mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
avfilter/vf_vectorscope: copy frame props, mainly for bench filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
7c93f2c0b9
commit
8097455929
@ -1215,7 +1215,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
||||
av_frame_free(&in);
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
out->pts = in->pts;
|
||||
av_frame_copy_props(out, in);
|
||||
|
||||
s->vectorscope(s, in, out, s->pd);
|
||||
s->graticulef(s, out, s->x, s->y, s->pd, s->cs);
|
||||
|
Loading…
Reference in New Issue
Block a user