mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
5
Src/nsmkv/ebml_signed.h
Normal file
5
Src/nsmkv/ebml_signed.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <bfc/platform/types.h>
|
||||
|
||||
/* len is passed as uint64_t, but better be 8 or less! */
|
||||
int64_t signed_read_ptr_len(uint64_t len, const uint8_t *ptr);
|
Reference in New Issue
Block a user