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:
31f2f7e
)
add support ape format
94/166894/1
submit/tizen/20180114.234158
author
chen89.chen
<chen89.chen@samsung.com>
Fri, 12 Jan 2018 09:54:19 +0000
(17:54 +0800)
committer
chen89.chen
<chen89.chen@samsung.com>
Fri, 12 Jan 2018 09:54:30 +0000
(17:54 +0800)
Change-Id: Iefc4c27d4322fe7dc803dc7dbf487238a8974a3b
include/mm_types.h
patch
|
blob
|
history
diff --git
a/include/mm_types.h
b/include/mm_types.h
index
fac2a73
..
90c2e98
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 */
};