获取ParameterSets
HEVC视频存放SPS,PPS的数据结构与H264类似
官方定义参考 https://lists.matroska.org/pipermail/matroska-devel/2013-September/004567.html
HEVCDecoderConfigurationRecord:
// The CodecPrivate syntax shall follow the
// syntax of HEVCDecoderConfigurationRecord
// defined in ISO/IEC 14496-15.
//
// The number zero (0) shall be written to
// the configurationVersion variable until
// official finalization of 14496-15, 3rd ed.
//
// After its finalization, this field and the
// following CodecPrivate structure shall
// follow the definition of the
// HEVCDecoderConfigurationRecord in