mkvparser::BlockEntry: inline EOS()

Change-Id: I1cd5ef4e438a285c733c9246411513f670c2c9c4
This commit is contained in:
James Zern
2016-03-29 16:55:42 -07:00
parent 2e0e906eac
commit 3fa6aecb7f
2 changed files with 2 additions and 3 deletions

View File

@@ -7447,7 +7447,6 @@ const BlockEntry* Cluster::GetEntry(const CuePoint& cp,
BlockEntry::BlockEntry(Cluster* p, long idx) : m_pCluster(p), m_index(idx) {}
BlockEntry::~BlockEntry() {}
bool BlockEntry::EOS() const { return (GetKind() == kBlockEOS); }
const Cluster* BlockEntry::GetCluster() const { return m_pCluster; }
long BlockEntry::GetIndex() const { return m_index; }
@@ -7936,4 +7935,4 @@ long Block::Frame::Read(IMkvReader* pReader, unsigned char* buf) const {
long long Block::GetDiscardPadding() const { return m_discard_padding; }
} // namespace mkvparser
} // namespace mkvparser