summaryrefslogtreecommitdiff
path: root/src/KLV.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2011-10-27 22:07:13 +0000
committerjhurst <>2011-10-27 22:07:13 +0000
commit289216de368bb6456b2f5e5dc6d4c38abac2b0d9 (patch)
treeb71a49a34001f894fb8607e4ec261bfa12962977 /src/KLV.h
parentd1be446a52726e2223f58b07e5bd2179c8742075 (diff)
release
Diffstat (limited to 'src/KLV.h')
-rwxr-xr-xsrc/KLV.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/KLV.h b/src/KLV.h
index 37f302d..37fdd2c 100755
--- a/src/KLV.h
+++ b/src/KLV.h
@@ -107,6 +107,7 @@ inline const char* ui64sz(ui64_t i, char* buf)
const char* EncodeString(char* str_buf, ui32_t buf_len) const;
bool operator==(const UL& rhs) const;
+ bool MatchIgnoreStream(const UL& rhs) const;
bool ExactMatch(const UL& rhs) const;
};