Modify memory allocation and deallocation of source buffer for encode & decode 40/124940/5 submit/tizen/20170420.025830
authorJiyong Min <jiyong.min@samsung.com>
Thu, 13 Apr 2017 05:40:38 +0000 (14:40 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 17 Apr 2017 09:19:13 +0000 (18:19 +0900)
commit7b993beb44392ed3384394ec5bdb8c00e705b131
tree2f9bd001b8edecd602b966b77582cea3e9ecce21
parentd37adcd860c8810268e121eda10b1081269da325
Modify memory allocation and deallocation of source buffer for encode & decode

 [Problem]
   C#, the instance of encode & decode need to run without memory consideration
  But the source buffer can not reuse on image-util framework(native).

 [Solution]
  It is added to add & destroy source buffer.

Change-Id: I10848a2099d5a533e406ecda605db45380c9dfd4
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
include/image_util_private.h
src/image_util.c