mkvparser::BlockEntry: inline EOS()
Change-Id: I1cd5ef4e438a285c733c9246411513f670c2c9c4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user