mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
parent
20c1e3b605
commit
88e8ec2e7e
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ convert_444_420_mpeg2 (CogFrame * frame, void *_dest, int component, int i)
|
|||
int j;
|
||||
int x;
|
||||
|
||||
for (j = 1; j < frame->components[component].width - 1; j++) {
|
||||
for (j = 1; j < frame->components[component].width; j++) {
|
||||
x = 1 * src1[j * 2 - 1];
|
||||
x += 2 * src1[j * 2 + 0];
|
||||
x += 1 * src1[j * 2 + 1];
|
||||
|
|
Loading…
Reference in a new issue