~ubuntu-branches/ubuntu/saucy/libjpeg-turbo/saucy-security

« back to all changes in this revision

Viewing changes to jcmainct.c

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2013-07-28 16:52:51 UTC
  • mfrom: (1.1.3) (9.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130728165251-7vg6wszhm941kdej
Tags: 1.3.0-0ubuntu1
* New upstream release.
  - drop debian/patches/branch-updates.diff
  - refresh tjunittest.patch (now renamed to install-tjunittest.patch)
* Update debian/control:
  - add myself to Uploaders.
* Update debian/copyright:
  - add RSA Data Security copyright (md5).
* Update debian/libturbojpeg.install:
  - install libturbojpeg.so.0* (needed by tjunittest and tjbench).

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
                          JSAMPARRAY input_buf, JDIMENSION *in_row_ctr,
171
171
                          JDIMENSION in_rows_avail)
172
172
{
173
 
  my_main_ptr main = (my_main_ptr) cinfo->main;
 
173
  my_main_ptr main_ptr = (my_main_ptr) cinfo->main;
174
174
  int ci;
175
175
  jpeg_component_info *compptr;
176
176
  boolean writing = (main_ptr->pass_mode != JBUF_CRANK_DEST);