OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e9c02
)
media: Add missing dobly-vision profile.
author
Hangyu Kuang
<hkuang@google.com>
Thu, 28 Apr 2016 17:54:04 +0000
(10:54 -0700)
committer
Hangyu Kuang
<hkuang@google.com>
Thu, 28 Apr 2016 17:54:04 +0000
(10:54 -0700)
Bug:
28411120
Change-Id: Icd72dd1ede99e64b77f6b27f61d37a75130669cf
include/media/openmax/OMX_VideoExt.h
patch
|
blob
|
history
diff --git
a/include/media/openmax/OMX_VideoExt.h
b/include/media/openmax/OMX_VideoExt.h
index
4bb5f9a
..
6eb14e5
100644
(file)
--- a/
include/media/openmax/OMX_VideoExt.h
+++ b/
include/media/openmax/OMX_VideoExt.h
@@
-262,6
+262,7
@@
typedef enum OMX_VIDEO_DOLBYVISIONPROFILETYPE {
OMX_VIDEO_DolbyVisionProfileDvheDtr = 0x10,
OMX_VIDEO_DolbyVisionProfileDvheStn = 0x20,
OMX_VIDEO_DolbyVisionProfileDvheDth = 0x40,
+ OMX_VIDEO_DolbyVisionProfileDvheDtb = 0x80,
OMX_VIDEO_DolbyVisionProfileMax = 0x7FFFFFFF
} OMX_VIDEO_DOLBYVISIONPROFILETYPE;