Whitespace corrections

Signed-off-by: Murray Calavera <murray.calavera@gmail.com>
This commit is contained in:
Murray Calavera
2015-06-06 13:02:22 +00:00
committed by Bryce Harrington
parent 97b9b17668
commit 883ac02d22
9 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -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
View File
@@ -131,7 +131,7 @@ wcap_decoder_create(const char *filename)
free(decoder);
return NULL;
}
header = decoder->map;
decoder->format = header->format;
decoder->count = 0;