mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-15 23:09:09 +00:00
Bugfix
This commit is contained in:
parent
747d53790c
commit
8bd7823b70
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ s32 cellVdecGetPicture(u32 handle, vm::ptr<const CellVdecPicFormat> format, vm::
|
||||||
out_line[2] = w / 2;
|
out_line[2] = w / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
sws_scale(sws.get(), in_data, frame->linesize, 0, h, out_data, out_line);
|
sws_scale(sws.get(), in_data, in_line, 0, h, out_data, out_line);
|
||||||
|
|
||||||
//const u32 buf_size = align(av_image_get_buffer_size(vdec->ctx->pix_fmt, vdec->ctx->width, vdec->ctx->height, 1), 128);
|
//const u32 buf_size = align(av_image_get_buffer_size(vdec->ctx->pix_fmt, vdec->ctx->width, vdec->ctx->height, 1), 128);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue