aboutsummaryrefslogtreecommitdiffstats
path: root/videocodec/OMXVideoDecoderBase.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-12-08 19:41:55 -0800
committerAndreas Gampe <agampe@google.com>2014-12-08 19:43:28 -0800
commit1edf1d805b1d18cc014af280f00b8de346276dd0 (patch)
treec1dc64cca204c4533d5f4cc8242bb4af8bc5f7ee /videocodec/OMXVideoDecoderBase.h
parent8a050ed9dc33830ebab505940e05e36a1a999080 (diff)
downloadandroid_hardware_intel_common_omx-components-1edf1d805b1d18cc014af280f00b8de346276dd0.tar.gz
android_hardware_intel_common_omx-components-1edf1d805b1d18cc014af280f00b8de346276dd0.tar.bz2
android_hardware_intel_common_omx-components-1edf1d805b1d18cc014af280f00b8de346276dd0.zip
VideoCodec: Remove unused variables
For build-system CFLAGS clean-up, remove unused variables. Bug: 18632512 Change-Id: I7644f8bc2355c27b199ec69097774b579e836048
Diffstat (limited to 'videocodec/OMXVideoDecoderBase.h')
-rw-r--r--videocodec/OMXVideoDecoderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderBase.h b/videocodec/OMXVideoDecoderBase.h
index 556bc23..4f836a4 100644
--- a/videocodec/OMXVideoDecoderBase.h
+++ b/videocodec/OMXVideoDecoderBase.h
@@ -27,7 +27,7 @@
#include "graphics.h"
#endif
-static const char* VA_VED_RAW_MIME_TYPE = "video/x-raw-vaved";
+static constexpr const char* VA_VED_RAW_MIME_TYPE = "video/x-raw-vaved";
static const uint32_t VA_VED_COLOR_FORMAT = 0x20;