Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Color_Targeting_Catapult
Fork of BaseJpegDecode by
Revision 7:5010d93af0b6, committed 2014-04-30
- Comitter:
- kylepost3
- Date:
- Wed Apr 30 14:17:05 2014 +0000
- Parent:
- 6:d7ee458cacd1
- Commit message:
- Any changes are to allow conversion to BMP
Changed in this revision
| BaseJpegDecode.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/BaseJpegDecode.cpp Sat Feb 02 01:18:15 2013 +0000
+++ b/BaseJpegDecode.cpp Wed Apr 30 14:17:05 2014 +0000
@@ -70,6 +70,7 @@
{
for(int i = 0; i < len; i++) {
input(buf[i]);
+ printf("decode line %i\r\n", i);
}
}
