shithub: openh264

Download patch

ref: 7c435ad295c2d6cb42a75b76ab01720e38b90409
parent: 8d6b368a1c3f047ac0febe16118107b4eb28d2a4
author: Martin Storsjö <[email protected]>
date: Sun Mar 9 08:29:34 EDT 2014

Remove a stray inline keyword in a function signature comment in x86 assembly

Assembly functions written in external assembly files is obviously
not inlined.

--- a/codec/encoder/core/asm/memzero.asm
+++ b/codec/encoder/core/asm/memzero.asm
@@ -49,7 +49,7 @@
 
 ALIGN 16
 ;***********************************************************************
-;_inline void WelsPrefetchZero_mmx(int8_t const*_A);
+;void WelsPrefetchZero_mmx(int8_t const*_A);
 ;***********************************************************************
 WELS_EXTERN WelsPrefetchZero_mmx
 WelsPrefetchZero_mmx: