summaryrefslogtreecommitdiff
path: root/src/KLV.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2021-11-10 12:51:41 -0800
committerjhurst <jhurst@cinecert.com>2021-11-10 12:51:41 -0800
commitfeba38c3802863fe783a750e0f866af9ad834f7f (patch)
treea01d3175a4555200c94d4b712f9b98dd8507b34a /src/KLV.h
parentcb71c195e60f12b5827e5087d12d4af94845e7af (diff)
Added a new UL matching operator MatchIgnorePlaceholder()
Diffstat (limited to 'src/KLV.h')
-rwxr-xr-xsrc/KLV.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/KLV.h b/src/KLV.h
index 727efb0..6eca9d0 100755
--- a/src/KLV.h
+++ b/src/KLV.h
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2005-2018, John Hurst
+Copyright (c) 2005-2021, John Hurst
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -109,6 +109,7 @@ inline const char* ui64sz(ui64_t i, char* buf)
bool operator==(const UL& rhs) const;
bool MatchIgnoreStream(const UL& rhs) const;
bool MatchExact(const UL& rhs) const;
+ bool MatchIgnorePlaceholder(const UL& rhs) const;
};
// UMID