c++中结构体套结构体用 = {0}初始化编译报错解决办法(用memset或者={})(error: invalid conversion)
我这有个结构体:VENC_CHN_ATTR_S venc_chn_attr;/* the attribute of the venc chnl*/typedef struct rkVENC_CHN_ATTR_S { //视频编码通道属性结构体 VENC_ATTR_S stVencAttr; // the attribute of video encoder VENC_RC_ATTR_S stRcAttr; // the attribute of rate ctrl VENC_