|
@@ -227,5 +227,4 @@ void rkcommon_vrec_header(struct image_tool_params *params,
|
|
/* Allocate, clear and install the header */
|
|
/* Allocate, clear and install the header */
|
|
tparams->hdr = malloc(tparams->header_size);
|
|
tparams->hdr = malloc(tparams->header_size);
|
|
memset(tparams->hdr, 0, tparams->header_size);
|
|
memset(tparams->hdr, 0, tparams->header_size);
|
|
- tparams->header_size = tparams->header_size;
|
|
|
|
}
|
|
}
|