Whitespace corrections
Signed-off-by: Murray Calavera <murray.calavera@gmail.com>
This commit is contained in:
committed by
Bryce Harrington
parent
97b9b17668
commit
883ac02d22
+1
-1
@@ -151,7 +151,7 @@ convert_to_yuv444(struct wcap_decoder *decoder, unsigned char *out)
|
||||
up = yp + (psize * 2);
|
||||
vp = yp + (psize * 1);
|
||||
rp = decoder->frame + decoder->width * i;
|
||||
end = rp + decoder->width;
|
||||
end = rp + decoder->width;
|
||||
while (rp < end) {
|
||||
u = 0;
|
||||
v = 0;
|
||||
|
||||
+1
-1
@@ -131,7 +131,7 @@ wcap_decoder_create(const char *filename)
|
||||
free(decoder);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
header = decoder->map;
|
||||
decoder->format = header->format;
|
||||
decoder->count = 0;
|
||||
|
||||
Reference in New Issue
Block a user