/[chrome]/trunk/src/third_party/libjpeg/jdmarker.c
Chromium logo

Diff of /trunk/src/third_party/libjpeg/jdmarker.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 228353 by initial.commit, Sun Jul 27 00:38:33 2008 UTC revision 228354 by noel@chromium.org, Sat Oct 12 17:21:44 2013 UTC
# Line 342  Line 342 
342            
343      TRACEMS3(cinfo, 1, JTRC_SOS_COMPONENT, cc,      TRACEMS3(cinfo, 1, JTRC_SOS_COMPONENT, cc,
344               compptr->dc_tbl_no, compptr->ac_tbl_no);               compptr->dc_tbl_no, compptr->ac_tbl_no);
345    
346        /* This CSi (cc) should differ from the previous CSi */
347        for (ci = 0; ci < i; ci++) {
348          if (cinfo->cur_comp_info[ci] == compptr)
349            ERREXIT1(cinfo, JERR_BAD_COMPONENT_ID, cc);
350        }
351    }    }
352    
353    /* Collect the additional scan parameters Ss, Se, Ah/Al. */    /* Collect the additional scan parameters Ss, Se, Ah/Al. */

Legend:
Removed from v.228353  
changed lines
  Added in v.228354

Powered by ViewVC 1.1.22 ViewVC Help