summaryrefslogtreecommitdiff
path: root/src/KM_util.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2011-07-27 21:01:49 +0000
committerjhurst <>2011-07-27 21:01:49 +0000
commit23f5d8c9bae5c51cfa084a006a6f589cf97ae001 (patch)
tree6d91ee70ecddf4b7d7f615799c94b47d5a4c98bc /src/KM_util.h
parent0a815c035a2cc3742507aebd059d5c042a111527 (diff)
high frame rate stereo
Diffstat (limited to 'src/KM_util.h')
-rwxr-xr-xsrc/KM_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/KM_util.h b/src/KM_util.h
index 0b37e38..871a554 100755
--- a/src/KM_util.h
+++ b/src/KM_util.h
@@ -519,6 +519,11 @@ namespace Kumu
}
};
+ inline void hexdump(const ByteString& buf, FILE* stream = 0) {
+ hexdump(buf.RoData(), buf.Length());
+ }
+
+
} // namespace Kumu