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);
|
return AVERROR(ENOMEM);
|
||||||
}
|
}
|
||||||
av_frame_copy_props(out, in);
|
av_frame_copy_props(out, in);
|
||||||
|
out->width = in->width;
|
||||||
|
out->height = in->height;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (qp_table || pp7->qp) {
|
if (qp_table || pp7->qp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user