Fixing static analysis error 58/303958/1
authorDavid Steele <david.steele@samsung.com>
Mon, 8 Jan 2024 10:33:54 +0000 (10:33 +0000)
committerDavid Steele <david.steele@samsung.com>
Mon, 8 Jan 2024 10:33:54 +0000 (10:33 +0000)
commita91e186775c7071fdd4e790d66858373218e0078
treed0db7822fb8cbf996af9e204131e4c6d51e0d5fa
parent294bc4ded7e803709f5d6ef2c1b90dd97bda84fa
Fixing static analysis error

The libturbojpeg library has been updated on the target, and there is
a new subsampling option available, which means the array we use for
testing is now too small.

Added an entry to this array for the new subsampling option. In
theory, this should just work, but as we don't set this variable,
there's nothing to test.

See
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-adaptor/+/277590
for more details

Change-Id: I02bb90830d6d0969cafae635ceb6b1b6bc9c2e1a
Signed-off-by: David Steele <david.steele@samsung.com>
dali/internal/imaging/common/loader-jpeg-turbo.cpp