d3d11h265dec: Fix possible invalid memory access
authorSeungha Yang <seungha@centricular.com>
Thu, 25 Jun 2020 10:41:52 +0000 (19:41 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 25 Jun 2020 13:58:57 +0000 (13:58 +0000)
commit117f593cff5b6ba5ef9d0d1100ede56c8756809c
treef3cb55838c6a59d948af70bf1da952aa29681860
parent48ca7c7e93ab8001eb506c0fb05cf1c7a9f16b0d
d3d11h265dec: Fix possible invalid memory access

The number of element to copy should be num_tile_columns_minus1
and num_tile_rows_minus1.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1374>
sys/d3d11/gstd3d11h265dec.c