summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2010-10-29 16:44:37 -0700
committerGloria Wang <gwang@google.com>2010-10-29 16:44:37 -0700
commit6dc55e7067d2baaf92970bd03412df98bf7f88c8 (patch)
tree0fd46c25993b727c08d3ab392c077aa9c9951acf /include/drm
parentc8ca26ed63edcf2731c4773b8ce3141930cc7245 (diff)
downloadframeworks_av-6dc55e7067d2baaf92970bd03412df98bf7f88c8.zip
frameworks_av-6dc55e7067d2baaf92970bd03412df98bf7f88c8.tar.gz
frameworks_av-6dc55e7067d2baaf92970bd03412df98bf7f88c8.tar.bz2
Add support for WV plugin
Change-Id: I0b9d0488f123c05ad2d94315236458f479e00b78
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_framework_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/drm/drm_framework_common.h b/include/drm/drm_framework_common.h
index c5765a9..1758cdd 100644
--- a/include/drm/drm_framework_common.h
+++ b/include/drm/drm_framework_common.h
@@ -217,6 +217,10 @@ public:
* POSIX based Decrypt API set for container based DRM
*/
static const int CONTAINER_BASED = 0x02;
+ /**
+ * Decrypt API for Widevine streams
+ */
+ static const int WV_BASED = 0x3;
};
/**