1
0

template.c: fix and improve code explanation

This commit is contained in:
Intel A80486DX2-66 2024-06-01 11:55:44 +03:00
parent b68475b10d
commit 68788a2db2
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -185,12 +185,12 @@ main(void)
uint32_t buffer_size = PRODUCT,
file_length =
4 * 4 /* 4 strings of 4 characters */ +
5 * 4 /* 4 uint32_t values */ +
4 * 2 /* 5 uint16_t values */ +
5 * 4 /* 5 uint32_t values */ +
4 * 2 /* 4 uint16_t values */ +
PRODUCT /* sample data */
/* subtract Subchunk2 headers: */
- 4 /* a 4-character string */
- 4 /* a string of 4 characters */
- 4 /* a uint32_t value */,
fmt_data_length = 16 /* <--
* length of format data before this value