Fix webp loading decode frame bug 44/276344/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 15 Jun 2022 04:56:47 +0000 (13:56 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 15 Jun 2022 04:56:47 +0000 (13:56 +0900)
commit46914cc0fc4207be481e8823314209fdfd496ce9
tree86b2ba5f9b422feb54e450875a223243f8736449
parenta5acf7aac9b977128dd71f1e995884548b951523
Fix webp loading decode frame bug

When we try to decode at the same frame, same loader
and not 0 frame, It will fail to decode.

Due to we don't hold latest preload pixel buffer,
It will think that we fail to decode the frame.

This patch make we decode current frame one more time.

Change-Id: I6ab6cd0a5929c4d7b184d0508313c6906750ab9a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/imaging/common/webp-loading.cpp