Skip to content

Commit

Permalink
Merge remote-tracking branch 'robux4/1x_seekid_length' into v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunkus committed Jan 7, 2024
2 parents 5383c28 + 1d72585 commit 300dc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matroska/KaxSemantic.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ using namespace libebml;
namespace libmatroska {
DECLARE_MKX_BINARY (KaxSeekID)
public:
bool ValidateSize() const override {return IsFiniteSize() && GetSize() <= 4;}
bool ValidateSize() const override {return IsFiniteSize() && GetSize() == 4;}
};

DECLARE_MKX_UINTEGER(KaxSeekPosition)
Expand Down

0 comments on commit 300dc9b

Please sign in to comment.