diff options
author | Wu Jianhua <toqsxw@outlook.com> | 2023-12-26 01:36:45 +0800 |
---|---|---|
committer | Haihao Xiang <haihao.xiang@intel.com> | 2024-01-05 11:08:17 +0800 |
commit | 94949d4770d7b95af2f46b2d375632d517172b9d (patch) | |
tree | c481effb8dd9e5028782293ad4c9e8a2c84645b5 /tests/api/api-band-test.c | |
parent | 270cd14bbbd26f3f379dedc2ec6e3146c3f191c2 (diff) | |
download | ffmpeg-94949d4770d7b95af2f46b2d375632d517172b9d.tar.gz |
avcodec/d3d12va_decode: don't change the resource state if the referenced frame is the same as the current frame
This commit removes the follow warning and error:
D3D12 WARNING: ID3D12CommandList::ResourceBarrier: Called on the same subresource(s) of
Resource(0x000002236E0E00D0:'Unnamed ID3D12Resource Object') in separate Barrier Descs
which is inefficient and likely unintentional. Desc[0] and Desc[1] on (subresource :
4294967295). [RESOURCE_MANIPULATION WARNING #1008: RESOURCE_BARRIER_DUPLICATE_SUBRESOURCE_TRANSITIONS]
D3D12 ERROR: ID3D12CommandList::ResourceBarrier: Before state (0x0: D3D12_RESOURCE_STATE_[COMMON|PRESENT])
of resource (0x000002236E0E00D0:'Unnamed ID3D12Resource Object') (subresource: 0) specified
by transition barrier does not match with the state (0x20000: D3D12_RESOURCE_STATE_VIDEO_DECODE_WRITE)
specified in the previous call to ResourceBarrier [RESOURCE_MANIPULATION ERROR #527:
RESOURCE_BARRIER_BEFORE_AFTER_MISMATCH]
Tested-by: Tong Wu <tong1.wu@intel.com>
Signed-off-by: Wu Jianhua <toqsxw@outlook.com>
Diffstat (limited to 'tests/api/api-band-test.c')
0 files changed, 0 insertions, 0 deletions