lavfi/transpose: call av_frame_copy_props()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
e74a5acb40
commit
66f1de66b8
@ -228,8 +228,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);
|
||||
|
||||
if (in->sample_aspect_ratio.num == 0) {
|
||||
out->sample_aspect_ratio = in->sample_aspect_ratio;
|
||||
|
Loading…
x
Reference in New Issue
Block a user