brillcodec: added functions to manage context_id.
authorKitae Kim <kt920.kim@samsung.com>
Tue, 19 Nov 2013 06:53:24 +0000 (15:53 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 27 Feb 2014 06:27:11 +0000 (15:27 +0900)
commit86069adbb5eadfcf4c5f48631e6762dc32a6dbca
tree420da24b9a114b1ffb9c2e7fbf00062e1f706320
parent0a0c54d9382ef4b5e9e9b96e058a16a4929987b0
brillcodec: added functions to manage context_id.

This driver does not need to use struct file pointer as a unique id,
because applications derived from gst-plugins-emulator use one file descriptor per a process,
So, it needs to manage id of codec context per a process.

Change-Id: I1a15a602674e5abe0fec9899adfa447222fbc360
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
drivers/maru/maru_new_codec.c