nvdec: Fix for HEVC decoding when coded resolution is larger than display resolution
As documented in the SDK header, we should set coded width/height values to the corresponding decoder configuration option, instead of display resolution
Fixes: #1438 (closed)
Edited by Seungha Yang