lottie/parser: Fix crash issue when interpolation string is not present in lottie... 93/189093/2
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 13 Sep 2018 09:08:21 +0000 (18:08 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 13 Sep 2018 09:31:08 +0000 (18:31 +0900)
commitcf21f89ef079ef996c86ab279d9ad1fe64eb5c12
tree9f7bcda1ba2966deea7a5cc6991a80938075fef7
parentd0dac9322916c54d6db81b4a67c781e18cb39724
lottie/parser: Fix crash issue when interpolation string is not present in lottie file.
For some version of bodymovin file interpolation string is not part of the keyframe
in those case create one and add it to the cache.

Change-Id: I5853bd7a6f46140d16191c2b79622cfa1f6fb074
example/resource/loading_rectangles.json [new file with mode: 0644]
src/lottie/lottieparser.cpp