mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
Fix frame-alignment in PP7
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4155f2d7cc
commit
a21acd554a
1 changed files with 2 additions and 0 deletions
|
|
@ -347,6 +347,8 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
|||
return AVERROR(ENOMEM);
|
||||
}
|
||||
av_frame_copy_props(out, in);
|
||||
out->width = in->width;
|
||||
out->height = in->height;
|
||||
}
|
||||
|
||||
if (qp_table || pp7->qp) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue