Changeset 846 for trunk/src/3rdparty/libjpeg/jdapistd.c
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libjpeg/jdapistd.c
r2 r846 203 203 204 204 /* Verify that at least one iMCU row can be returned. */ 205 lines_per_iMCU_row = cinfo->max_v_samp_factor * cinfo->min_DCT_ scaled_size;205 lines_per_iMCU_row = cinfo->max_v_samp_factor * cinfo->min_DCT_v_scaled_size; 206 206 if (max_lines < lines_per_iMCU_row) 207 207 ERREXIT(cinfo, JERR_BUFFER_SIZE);
Note:
See TracChangeset
for help on using the changeset viewer.