diff VSs_tinyjpeg/tinyjpeg.h @ 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
line diff
     1.1 --- a/VSs_tinyjpeg/tinyjpeg.h	Thu Jul 05 11:35:03 2012 +0200
     1.2 +++ b/VSs_tinyjpeg/tinyjpeg.h	Thu Jul 05 04:15:38 2012 -0700
     1.3 @@ -63,7 +63,7 @@
     1.4  void tinyjpeg_decode_task(void *data, SlaveVP *animatingSlv );
     1.5  
     1.6  VSsTaskType *tinyjpegTaskType;
     1.7 -SlaveVP* master;
     1.8 +SlaveVP* seedSlv;
     1.9  
    1.10  void convert_one_image_wrapper( void *_params, SlaveVP *animSlv );
    1.11