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

@@ -126,7 +126,7 @@ class BlockEntry {
public:
virtual ~BlockEntry();
bool EOS() const;
bool EOS() const { return (GetKind() == kBlockEOS); }
const Cluster* GetCluster() const;
long GetIndex() const;
virtual const Block* GetBlock() const = 0;