common: change args type in the internal size() implementation
authorMira Grudzinska <m.grudzinska@samsung.com>
Mon, 20 Sep 2021 11:49:19 +0000 (13:49 +0200)
committerHermet Park <chuneon.park@samsung.com>
Mon, 27 Sep 2021 02:20:49 +0000 (11:20 +0900)
commit6a1e28899b46686c601457115e5c6e85b3cabaa8
tree3c4d6cf9494ba9aa98cf629db936e2d3eeb9edd5
parent1606656ff56e13e84e527f4ea78bfe1bbdff6f46
common: change args type in the internal size() implementation

The API expected floats, whereas the called impl function expected
ints. The values were saved as floats, so the float->int->float conversion
is not needed.
src/lib/tvgPictureImpl.h