[MMFMWK-7952] correct VpuDecInitInfo defination based on vpu_wrapper repo

struct VpuDecInitInfo defination has difference between vpu_wrapper repo
they should be same

Signed-off-by: Haihua Hu <jared.hu@nxp.com>
diff --git a/ext-includes/vpu_wrapper.h b/ext-includes/vpu_wrapper.h
index 66fa421..76cc203 100755
--- a/ext-includes/vpu_wrapper.h
+++ b/ext-includes/vpu_wrapper.h
@@ -369,6 +369,7 @@
 	int nReserved[3];			/*reserved for future extension*/
 	void* pSpecialInfo;		/*reserved for future special extension*/
 
+        int hasColorDesc;
         int hasHdr10Meta;
         VpuHDR10Meta Hdr10Meta; /* HDR10 meta data */
         VpuColourDesc ColourDesc;