postproc: remove usage of deprecated QP_STORE_T define

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2017-08-30 14:43:22 -03:00
parent f7d4c60ac4
commit 2b7da70a70
3 changed files with 11 additions and 11 deletions

View File

@@ -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;