Mercurial > cgi-bin > hgwebdir.cgi > PR > Applications > VSs > VSs__jpeg_decoder__Proj
diff 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 |
line diff
1.1 --- a/VSs_tinyjpeg/tinyjpeg.c Thu Jul 05 11:35:03 2012 +0200 1.2 +++ b/VSs_tinyjpeg/tinyjpeg.c Thu Jul 05 04:15:38 2012 -0700 1.3 @@ -552,7 +552,7 @@ 1.4 priv->plane += (bytes_per_blocklines - priv->width*3); 1.5 } 1.6 } 1.7 - return; 1.8 + VSs__end_task(animatingSlv); 1.9 } 1.10 1.11 const char *tinyjpeg_get_errorstring()
