avfilter/vf_elbg: call av_frame_copy_props()
This commit is contained in:
parent
ceb52d47a3
commit
3cc08688e3
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
|
|||
av_frame_free(&frame);
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
out->pts = frame->pts;
|
||||
av_frame_copy_props(out, frame);
|
||||
av_frame_free(&frame);
|
||||
pal = (uint32_t *)out->data[1];
|
||||
p0 = (uint8_t *)out->data[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue