projects
/
platform
/
core
/
multimedia
/
libmm-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538fd30
)
add support ape format
96/166896/1
accepted/tizen/4.0/unified/20180115.073404
submit/tizen_4.0/20180114.234818
tizen_4.0.IoT.p2_release
author
chen89.chen
<chen89.chen@samsung.com>
Fri, 12 Jan 2018 09:54:19 +0000
(17:54 +0800)
committer
Jiyong Min
<jiyong.min@samsung.com>
Fri, 12 Jan 2018 09:28:53 +0000
(09:28 +0000)
Change-Id: Iefc4c27d4322fe7dc803dc7dbf487238a8974a3b
(cherry picked from commit
8421411f9a50ba78ffb97c197672db533e598e1a
)
include/mm_types.h
patch
|
blob
|
history
diff --git
a/include/mm_types.h
b/include/mm_types.h
index 3e4220f4a240399389a4e38a54b684771c2d8c24..f38805f7b2809cc7e94253849ef0c87f48fb0e8b 100755
(executable)
--- a/
include/mm_types.h
+++ b/
include/mm_types.h
@@
-352,6
+352,7
@@
enum MMFileFormatType {
MM_FILE_FORMAT_M2PS, /**< MPEG2-Program Stream file format */
MM_FILE_FORMAT_M1VIDEO, /**< MPEG1-Video file format */
MM_FILE_FORMAT_M1AUDIO, /**< MPEG1-Audio file format */
+ MM_FILE_FORMAT_APE, /**< APE file format */
MM_FILE_FORMAT_NUM, /**< Number of file format type */
};