Decoder crash when being run on Windows.
Description of the issue
On Windows, using the current HEAD of "VTM-11.0_nnvc", i.e. Commit 57bf2b02, the decoder crashes.
Reproduction of the decoder crash
OS
Windows.
Commit
Command encoder
$ bin\vs16\msvc-19.29\x86_64\release\EncoderApp.exe -c cfg\encoder_randomaccess_nnvc.cfg -c cfg\per-sequence\BasketballPass.cfg -i path\to\D_BasketballPass.yuv -b bitstream.bin --QP=37 --SEIDecodedPictureHash=1 --FramesToBeEncoded=8
Command decoder
$ bin\vs16\msvc-19.29\x86_64\release\DecoderApp.exe -b bitstream.bin
Additional information
On Windows, using Commit 5b3b4231, this decoder crash does not occur. However, using Commit 7d2384cb, the decoder crash occurs. Therefore, the issue may be caused by Commit 7d2384cb.
Edited by Thierry Dumas