Use the value of the previous frameinterval when imageloading is delayed 60/254760/4
authorSunghyun Kim <scholb.kim@samsung.com>
Tue, 9 Mar 2021 08:01:26 +0000 (17:01 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Tue, 16 Mar 2021 01:38:03 +0000 (10:38 +0900)
commitd70f1e77ca76d7370d6ce2f197c08ebd16a03f58
tree9a1b1f48c3c90570217f073d0f2b5be68409c05b
parente5ebc1ae58218974e96c3d73bc386a7358607206
Use the value of the previous frameinterval when imageloading is delayed

Sometimes ImageLoading is delayed due to target performance, etc.
in this case, webp can't get valid frameInterval, and it makes rendering issue.
To avoid this problem, use the value of the previous frameinterval when imageloading is delayed.

Change-Id: I446e01a3faf7c843b76601fd191ad134003ee3f3
dali/internal/imaging/common/webp-loading.cpp