Modify animated gif writing to file and to buffer 24/201924/5
authorjiyong.min <jiyong.min@samsung.com>
Thu, 21 Mar 2019 01:52:07 +0000 (10:52 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 21 Mar 2019 08:07:46 +0000 (17:07 +0900)
commitaeae67516491194cdf9d50b7285e513c32566b5c
treeb3e2f655841757577a807743a742fa0c8e01ed3c
parent66cfd590c84a83d265ce27d77f9455b24f3690a1
Modify animated gif writing to file and to buffer

 - Encoding checked writing to file or to buffer during working. Encoding is
   no needed to check it because encoding use buffer to get intermediate output.
   After modifying it, it check writing to file or to buffer right before
   saving the final outcome.

Change-Id: I979720f1fe75dcdf9c2a08deb92e50b055cbfe68
common/include/mm_util_private.h [changed mode: 0755->0644]
common/mm_util_private.c
gif/include/mm_util_gif.h [changed mode: 0755->0644]
gif/mm_util_gif.c [changed mode: 0755->0644]