mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Fix frame-alignment in PP7
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4155f2d7cc
commit
a21acd554a
@ -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…
Reference in New Issue
Block a user