Closed toonn closed 3 months ago
Dropped the typedef from struct declarations in xevd_tbl.h, xevdm_alf.h and xevdm_dra.h.
xevd_tbl.h
xevdm_alf.h
xevdm_dra.h
Dropped the repeated typedef of INV_TRANS in xevdm_itdq.c.
INV_TRANS
xevdm_itdq.c
Opted to drop the typedefs from the struct declarations rather than dropping the forward declarations. But could change that around.
This is a parallel PR to mpeg5/xeve#125, splitting up #63.
Dropped the typedef from struct declarations in
xevd_tbl.h
,xevdm_alf.h
andxevdm_dra.h
.Dropped the repeated typedef of
INV_TRANS
inxevdm_itdq.c
.Opted to drop the typedefs from the struct declarations rather than dropping the forward declarations. But could change that around.
This is a parallel PR to mpeg5/xeve#125, splitting up #63.