shithub: openh264

Download patch

ref: aa19aa70a431ca02cf8d41248cbcdf69011ee612
parent: a38d4fecfd55ba5e065af4c2bec3562397b51eab
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Jan 15 15:11:07 EST 2021

fix a typo

--- a/codec/common/inc/typedefs.h
+++ b/codec/common/inc/typedefs.h
@@ -51,7 +51,7 @@
 typedef u64int uint64_t;
 typedef uintptr uintptr_t;
 
-#define PRId64 "lldd"
+#define PRId64 "lld"
 
 #if defined(__amd64__) || defined(__arm64__)
 typedef int64_t intX_t;