Normal
When developing the BD support those CUVID related crashes were always caused by broken data that was sent (by BDReader.ax) to the video decoder. Make sure that PMT is always attached to a correct packet and there is no MPEG2 / H264 content ever sent on under a wrong media type. Demuxer could have few old packets in some queue that are "sneaking" into the new format. In what cases you are seeing the crash? On zap where format changes or on seeking? A good way to debug those kind of issues is to use a debug build of LAV video decoder (I or Sebastii can build such from latest sources) and to use ffmpeg as decoder. It will nag if the stream has some errors.
When developing the BD support those CUVID related crashes were always caused by broken data that was sent (by BDReader.ax) to the video decoder. Make sure that PMT is always attached to a correct packet and there is no MPEG2 / H264 content ever sent on under a wrong media type. Demuxer could have few old packets in some queue that are "sneaking" into the new format.
In what cases you are seeing the crash? On zap where format changes or on seeking? A good way to debug those kind of issues is to use a debug build of LAV video decoder (I or Sebastii can build such from latest sources) and to use ffmpeg as decoder. It will nag if the stream has some errors.