H264的Nal Unit头是一个字节,265变成两个字节 

和H264的&0x1f不同。H265是 :
int type = (code & 0x7E)>>1;

0-9是P帧,16-21是关键(I)帧,32-40是VPS SPS PPS SUFFIX_SEI_NUT等