Fix types in out-commented code

This commit is contained in:
Martchus 2019-06-16 17:41:48 +02:00
parent 9a5c78b725
commit 8e71612cac
1 changed files with 4 additions and 4 deletions

View File

@ -478,8 +478,8 @@ private:
std::uint8_t m_channelCount;
std::uint8_t m_elementCount;
std::uint8_t m_elementChannelCount[aacMaxSyntaxElements];
//byte m_channel;
//int16 m_pairedChannel;
//std::uint8_t m_channel;
//std::int16_t m_pairedChannel;
std::uint8_t m_elementInstanceTag[aacMaxSyntaxElements];
std::uint8_t m_commonWindow;
AacIcsInfo m_ics1;
@ -487,8 +487,8 @@ private:
AacDrcInfo m_drc;
AacProgramConfig m_pce;
std::uint8_t m_sbrPresentFlag;
//byte m_forceUpSampling;
//byte m_downSampledSbr;
//std::uint8_t m_forceUpSampling;
//std::uint8_t m_downSampledSbr;
std::shared_ptr<AacSbrInfo> m_sbrElements[aacMaxSyntaxElements];
std::uint8_t m_psUsed[aacMaxSyntaxElements];
std::uint8_t m_psUsedGlobal;