Found-by: Nicolas
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
p->frame->quality = ff_norm_qscale((qpsum + qpcount/2) / qpcount, p->qscale_type) * FF_QP2LAMBDA;
}
// init per MB qscale stuff FIXME
p->frame->quality = ff_norm_qscale((qpsum + qpcount/2) / qpcount, p->qscale_type) * FF_QP2LAMBDA;
}
// init per MB qscale stuff FIXME
- p->frame->height = height;
- p->frame->width = width;
+ p->frame->height = height + BLOCK;
+ p->frame->width = width + BLOCK;
for (i = 0; i < count; i++) {
const int x1 = offset[i+count-1][0];
for (i = 0; i < count; i++) {
const int x1 = offset[i+count-1][0];