Remove obsolete code

This commit is contained in:
Martchus 2019-04-16 21:47:08 +02:00
parent f494420da7
commit da15530f53
1 changed files with 1 additions and 4 deletions

View File

@ -143,10 +143,7 @@ Mp4Track::Mp4Track(Mp4Atom &trakAtom)
, m_stscAtom(nullptr)
, m_stcoAtom(nullptr)
, m_stszAtom(nullptr)
,
//m_codecConfigAtom(nullptr),
//m_esDescAtom(nullptr),
m_framesPerSample(1)
, m_framesPerSample(1)
, m_chunkOffsetSize(4)
, m_chunkCount(0)
, m_sampleToChunkEntryCount(0)