From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/nsmkv/ebml_float.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Src/nsmkv/ebml_float.h (limited to 'Src/nsmkv/ebml_float.h') diff --git a/Src/nsmkv/ebml_float.h b/Src/nsmkv/ebml_float.h new file mode 100644 index 00000000..a695f95e --- /dev/null +++ b/Src/nsmkv/ebml_float.h @@ -0,0 +1,6 @@ +#pragma once + +#include + +/* len is passed as uint64_t, but better be 8 or less! */ +double float_read_ptr_len(uint64_t len, const uint8_t *ptr); \ No newline at end of file -- cgit