diff options
-rw-r--r-- | include/media/hardware/HardwareAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/hardware/HardwareAPI.h b/include/media/hardware/HardwareAPI.h index 2c50ad6f15..cecf7152f4 100644 --- a/include/media/hardware/HardwareAPI.h +++ b/include/media/hardware/HardwareAPI.h @@ -270,7 +270,7 @@ struct DescribeColorFormatParams { // output: fill out the MediaImage fields MediaImage sMediaImage; - DescribeColorFormatParams(const DescribeColorFormat2Params&); // for internal use only + explicit DescribeColorFormatParams(const DescribeColorFormat2Params&); // for internal use only }; // A pointer to this struct is passed to OMX_GetParameter when the extension |