mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
replay: no HW decoder, fix UV stride
old-commit-hash: b701ea33ce0f36b78c703429afeb5d3d94d38105
This commit is contained in:
@@ -242,7 +242,7 @@ bool FrameReader::copyBuffers(AVFrame *f, uint8_t *yuv) {
|
||||
f->data[1], f->linesize[1],
|
||||
f->data[2], f->linesize[2],
|
||||
y, width,
|
||||
uv, width / 2,
|
||||
uv, width,
|
||||
width, height);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user