winlin

remove the unused h264 enums

@@ -1639,57 +1639,6 @@ int TSHeader::demux(TSContext* ctx, TSPacket* pkt, u_int8_t* start, u_int8_t* la @@ -1639,57 +1639,6 @@ int TSHeader::demux(TSContext* ctx, TSPacket* pkt, u_int8_t* start, u_int8_t* la
1639 } 1639 }
1640 1640
1641 /** 1641 /**
1642 -* Table 7-1 – NAL unit type codes, page 61.  
1643 -*/  
1644 -enum TSH264NalUnitType  
1645 -{  
1646 - TSH264NalUnitTypeUnspecified = 0,  
1647 - TSH264NalUnitTypeCodedSlice = 1,  
1648 - TSH264NalUnitTypeCodedSliceDataPartitionA = 2,  
1649 - TSH264NalUnitTypeCodedSliceDataPartitionB = 3,  
1650 - TSH264NalUnitTypeCodedSliceDataPartitionC = 4,  
1651 - TSH264NalUnitTypeCodedSliceOfAnIDRPicture = 5,  
1652 - TSH264NalUnitTypeSEI = 6,  
1653 - /**  
1654 - * 7.3.2.1 Sequence parameter set RBSP syntax  
1655 - * seq_parameter_set_rbsp(), in page 45  
1656 - */  
1657 - TSH264NalUnitTypeSequenceParameterSet = 7,  
1658 - /**  
1659 - * 7.3.2.2 Picture parameter set RBSP syntax  
1660 - * pic_parameter_set_rbsp(), in page 46  
1661 - */  
1662 - TSH264NalUnitTypePictureParameterSet = 8,  
1663 - /**  
1664 - * 7.3.2.4 Picture delimiter RBSP syntax  
1665 - * pic_delimiter_rbsp(), in page 47  
1666 - */  
1667 - TSH264NalUnitTypePictureDelimiter = 9,  
1668 - TSH264NalUnitTypeEndOfSequence = 10,  
1669 - TSH264NalUnitTypeEndOfStream = 11,  
1670 - TSH264NalUnitTypeFillerData = 12,  
1671 - TSH264NalUnitTypeReservedStart = 13,  
1672 - TSH264NalUnitTypeReservedEnd = 23,  
1673 - TSH264NalUnitTypeUnspecifiedStart = 24,  
1674 - TSH264NalUnitTypeUnspecifiedEnd = 31,  
1675 -};  
1676 -  
1677 -/**  
1678 -* Table 7-2 – Meaning of pic_type, page 69.  
1679 -*/  
1680 -enum TSH264PicType  
1681 -{  
1682 - TSH264PicTypeI = 0,  
1683 - TSH264PicTypeIP = 1,  
1684 - TSH264PicTypeIPB = 2,  
1685 - TSH264PicTypeSI = 3,  
1686 - TSH264PicTypeSISP = 4,  
1687 - TSH264PicTypeISI = 5,  
1688 - TSH264PicTypeISIPSP = 6,  
1689 - TSH264PicTypeISIPSPB = 7,  
1690 -};  
1691 -  
1692 -/**  
1693 * Annex B Byte stream format, in page 211. 1642 * Annex B Byte stream format, in page 211.
1694 */ 1643 */
1695 class TSH264Codec 1644 class TSH264Codec