Give all anonymously typedeffed structs in headers a name
Anonymous structs cannot be forward declared and have no benefit.
This commit is contained in:
parent
76f644d9f7
commit
e4cbf7529b
56 changed files with 114 additions and 114 deletions
|
|
@ -320,7 +320,7 @@ static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 };
|
|||
static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 };
|
||||
|
||||
|
||||
typedef struct {
|
||||
typedef struct vqEntry {
|
||||
const int16_t *deltas; ///< delta tables for 4x4 block modes
|
||||
const int32_t *deltas_m10; ///< delta tables for 8x8 block modes
|
||||
uint8_t num_dyads; ///< number of two-pixel deltas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue