Any changes are to allow conversion to BMP
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); } }