postproc: remove usage of deprecated QP_STORE_T define
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -149,9 +149,9 @@ typedef struct PPContext{
|
||||
DECLARE_ALIGNED(32, uint64_t, mmxDcOffset)[64];
|
||||
DECLARE_ALIGNED(32, uint64_t, mmxDcThreshold)[64];
|
||||
|
||||
QP_STORE_T *stdQPTable; ///< used to fix MPEG2 style qscale
|
||||
QP_STORE_T *nonBQPTable;
|
||||
QP_STORE_T *forcedQPTable;
|
||||
int8_t *stdQPTable; ///< used to fix MPEG2 style qscale
|
||||
int8_t *nonBQPTable;
|
||||
int8_t *forcedQPTable;
|
||||
|
||||
int QP;
|
||||
int nonBQP;
|
||||
|
||||
Reference in New Issue
Block a user