Anonymous | Login | 01-26-2021 02:24 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0007818 | [Squeak] OS-Linux | minor | always | 04-13-14 17:51 | 04-13-14 17:51 | |||||||
Reporter | Stu | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | Product Version | trunk | |||||||||
Summary | 0007818: Incorrect bpp calculation in sqCamera-linux.c | |||||||||||
Description |
Incorrect bpp calculation in sqCamera-linux.c. There are also a couple of instances of trailing whitespace in the switch statement where this bug is found. |
|||||||||||
Additional Information |
--- sqCamera-linux.c.orig Sun Apr 13 13:47:01 2014 +++ sqCamera-linux.c Sun Apr 13 13:48:25 2014 @@ -696,7 +696,7 @@ bpp = 2; break; case V4L2_PIX_FMT_YUYV: /* printf("V4L2_PIX_FMT_YUYV\n"); */ - bpp = 4; + bpp = 2; break; } |
|||||||||||
Attached Files | ||||||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
27 total queries executed. 24 unique queries executed. |