Getting SEI messages in NVDEC

Hi,

Is there a way to get SEI messages out of NVDECODE ?

Thanks,

BasiC

I believe you can only get the raw bitstream with pPicParams->nBitstreamDataLen and pPicParams->pBitstreamData, but you have to parse it yourself. At least that’s what I had to do.