[Title] Add api index for checking sdk version between host and guest.
authorKitae Kim <kt920.kim@samsung.com>
Tue, 8 May 2012 11:08:28 +0000 (20:08 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Tue, 8 May 2012 11:10:15 +0000 (20:10 +0900)
[Type]
[Module] emulator-kernel / codec
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

drivers/maru/maru_codec.c

index 537795fa62b5b1e50035bd5ded46101b8120618e..8c6d7f1e08e7411978e707a3c67dedaf5cf27e22 100644 (file)
@@ -105,6 +105,7 @@ enum svcodec_param_apiindex {
     EMUL_AV_PARSER_PARSE,
     EMUL_AV_PARSER_CLOSE,
     EMUL_GET_MMAP_INDEX,
+    EMUL_GET_CODEC_VER = 50,
 };
 
 typedef struct _svcodec_dev {