Commit 8c99a142 authored by Tong Wu's avatar Tong Wu Committed by Haihao Xiang

avcodec/d3d12va_mpeg2|vc1: remove the unused macros

These macros are no longer used. Remove them.
Signed-off-by: 's avatarTong Wu <tong1.wu@intel.com>
parent 8b41e9cf
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment