Use void instead of void_t
There's really no reason for adding a typedef for void.
This commit is contained in:
@@ -116,7 +116,7 @@ extern const uint8_t g_kuiZeroLeftBitNumMap[16];
|
||||
#define WELS_GET_PREFIX_BITS(inval, outval) outval = GetPrefixBits(inval)
|
||||
#endif
|
||||
|
||||
static inline void_t InitVlcTable (SVlcTable* pVlcTable) {
|
||||
static inline void InitVlcTable (SVlcTable* pVlcTable) {
|
||||
pVlcTable->kpChromaCoeffTokenVlcTable = g_kuiVlcChromaTable;
|
||||
|
||||
pVlcTable->kpCoeffTokenVlcTable[0][0] = g_kuiVlcTable_0;
|
||||
|
||||
Reference in New Issue
Block a user