I am trying to use the DXVA 2.0 HEVC decoder (GPU is Geforce 1080 GTX) isolated (only transformation ,no renderer and no source object). Everything seems to be fine but after decoding 13 frames ProcessOutput returns E_FAIL. I guess the reason for that is a memory management issue, is there any step necessary besides calling “Release” on the returned sample (Part of MFT_OUTPUT_DATA_BUFFER)?
Thanks in advance!