nvJPEG decode error

When I decode a jpeg image using cuda-samples-master/Samples/nvJPEG. The program segmentfault.

Processing: ./images/BwvGupTcSSeo2mKl3fjw=EYklbWnOPIUERGuThbsTQXs21561945943671.jpg
Image is 3 channels.
Channel #0 size: 494 x 295
Channel #1 size: 494 x 295
Channel #2 size: 494 x 295
YUV 4:4:4 chroma subsampling
CUDA error at nvJPEG.cpp:222 code=4(NVJPEG_STATUS_JPEG_NOT_SUPPORTED) “nvjpegDecode(params.nvjpeg_handle, params.nvjpeg_state, (const unsigned char *)img_data[i].data(), img_len[i], params.fmt, &out[
i], params.stream)”

The attachment is the jpeg image cause the nvJEPEG program error.

Any ideas or hints to solve this problem.

Thank you