1
0
Fork 0

avcodec/d3d12va_mpeg2|vc1: remove the unused macros

These macros are no longer used. Remove them.

Signed-off-by: Tong Wu <tong1.wu@intel.com>
This commit is contained in:
Tong Wu 2024-01-11 14:31:21 +08:00 committed by Haihao Xiang
parent 8b41e9cfbe
commit 8c99a1429a
2 changed files with 0 additions and 8 deletions

View File

@ -31,10 +31,6 @@
#define MAX_SLICES 1024
#define INVALID_REF 0xffff
#define REF_RESOURCE(index) if (index != INVALID_REF) { \
ctx->ref_resources[index] = frames_hwctx->texture_infos[index].texture; \
}
typedef struct D3D12DecodePictureContext {
DXVA_PictureParameters pp;
DXVA_QmatrixData qm;

View File

@ -33,10 +33,6 @@
#define MAX_SLICES 1024
#define INVALID_REF 0xffff
#define REF_RESOURCE(index) if (index != INVALID_REF) { \
ctx->ref_resources[index] = frames_hwctx->texture_infos[index].texture; \
}
typedef struct D3D12DecodePictureContext {
DXVA_PictureParameters pp;
unsigned slice_count;