Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__jpeg_decoder__Proj
comparison VSs_tinyjpeg/tinyjpeg.c @ 1:7e13c9ecc89c
Debugged the jpeg app -- added VSs__end_task and VSs__dissipate_slave
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Thu, 05 Jul 2012 04:15:38 -0700 |
| parents | a8af8b3fc99d |
| children | a52de05d2e2b |
comparison
equal
deleted
inserted
replaced
| 0:43711d408d5b | 1:7f1360a7091a |
|---|---|
| 550 priv->mcus_posy++; | 550 priv->mcus_posy++; |
| 551 priv->mcus_posx = 0; | 551 priv->mcus_posx = 0; |
| 552 priv->plane += (bytes_per_blocklines - priv->width*3); | 552 priv->plane += (bytes_per_blocklines - priv->width*3); |
| 553 } | 553 } |
| 554 } | 554 } |
| 555 return; | 555 VSs__end_task(animatingSlv); |
| 556 } | 556 } |
| 557 | 557 |
| 558 const char *tinyjpeg_get_errorstring() | 558 const char *tinyjpeg_get_errorstring() |
| 559 { | 559 { |
| 560 return error_string; | 560 return error_string; |
