diff options
| author | jhurst <jhurst@cinecert.com> | 2011-07-27 21:01:49 +0000 |
|---|---|---|
| committer | jhurst <> | 2011-07-27 21:01:49 +0000 |
| commit | 23f5d8c9bae5c51cfa084a006a6f589cf97ae001 (patch) | |
| tree | 6d91ee70ecddf4b7d7f615799c94b47d5a4c98bc /src/KM_util.h | |
| parent | 0a815c035a2cc3742507aebd059d5c042a111527 (diff) | |
high frame rate stereo
Diffstat (limited to 'src/KM_util.h')
| -rwxr-xr-x | src/KM_util.h | 5 |
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 |
