6 #include "../aspectratio.h" 31 int64 defaultDuration()
const;
34 inline TimingInfo::TimingInfo() :
56 void parse(IoUtilities::BitReader &reader);
63 initialCpbRemovalDelayLength(0),
64 cpbRemovalDelayLength(0),
65 cpbOutputDelayLength(0),
95 void parse(IoUtilities::BinaryReader &reader, uint32 maxSize);
100 profileIndication(0),
101 profileConstraints(0),
103 chromaFormatIndication(0),
104 pictureOrderCountType(0),
106 log2MaxPictureOrderCountLsb(0),
107 offsetForNonRefPic(0),
108 offsetForTopToBottomField(0),
109 numRefFramesInPicOrderCntCycle(0),
110 deltaPicOrderAlwaysZeroFlag(0),
113 hrdParametersPresent(0),
114 pictureStructPresent(0),
125 void parse(IoUtilities::BinaryReader &reader, uint32 maxSize);
131 picOrderPresent(false),
147 uint32 deltaPicOrderCnt[2];
160 bottomFieldFlag(false),
163 deltaPicOrderCntBottom(0),
164 deltaPicOrderCnt{0,0},
189 hasProvidedTimecode(false),
190 presentationOrder(0),
Contains utility classes helping to read and write streams.
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.