mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
rv34: use uint16_t for RV34DecContext.deblock_coefs
It is used as bitfield with 16 entries.
This commit is contained in:
parent
c3b57d6e76
commit
bf61ef2316
@ -110,7 +110,7 @@ typedef struct RV34DecContext{
|
||||
|
||||
uint16_t *cbp_luma; ///< CBP values for luma subblocks
|
||||
uint8_t *cbp_chroma; ///< CBP values for chroma subblocks
|
||||
int *deblock_coefs; ///< deblock coefficients for each macroblock
|
||||
uint16_t *deblock_coefs; ///< deblock coefficients for each macroblock
|
||||
|
||||
/** 8x8 block available flags (for MV prediction) */
|
||||
DECLARE_ALIGNED(8, uint32_t, avail_cache)[3*4];
|
||||
|
Loading…
Reference in New Issue
Block a user