define NALU_TYPE_SLICE 1 define NALU_TYPE_DPA 2 define NALU_TYPE_DPB 3 define NALU_TYPE_DPC 4 define NALU_TYPE_IDR 5 define NALU_TYPE_SEI 6 define NALU_TYPE_SPS 7 define NALU_TYPE_PPS 8 define NALU_TYPE_AUD 9//访问分隔符 define NALU_TYPE_EOSEQ 10 define NALU_TYPE_EOSTREAM 11 d...