TJBench: Code formatting tweaks
Spaces-->tab + remove stray control character that was introduced in
95e4cb2060
This commit is contained in:
@@ -207,7 +207,7 @@ int decomp(unsigned char *srcbuf, unsigned char **jpegbuf,
|
||||
(double)(w*h)/1000000.*(double)iter/elapsed);
|
||||
if(doyuv)
|
||||
{
|
||||
printf("YUV Decode --> Frame rate: %f fps\n",
|
||||
printf("YUV Decode --> Frame rate: %f fps\n",
|
||||
(double)iter/elapsedDecode);
|
||||
printf(" Throughput: %f Megapixels/sec\n",
|
||||
(double)(w*h)/1000000.*(double)iter/elapsedDecode);
|
||||
|
||||
Reference in New Issue
Block a user