~rsalveti/libjpeg-turbo/libjpeg-turbo-trunk

Viewing all changes in revision 1081.

  • Committer: dcommander
  • Date: 2015-06-08 18:41:22 UTC
  • Revision ID: svn-v4:632fc199-4ca6-4c93-a231-07263d6284db:trunk:1565
Now that the TurboJPEG API is reporting libjpeg warnings as errors, an "Invalid SOS parameters for sequential JPEG" warning surfaced in tjDecodeYUV*().  This was caused by the Se member of jpeg_decompress_struct being set to 0 (it is normally set to a non-zero value when the start-of-scan markers are read, but there are no SOS markers in this case, because we're not actually decompressing a JPEG file.)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: