[x264-devel] [PATCH 3/5] mc: Mark a static function as such

Vittorio Giovara vittorio.giovara at gmail.com
Fri Jan 27 16:21:16 CET 2017


---
 common/mc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/mc.c b/common/mc.c
index 543a05c..156890d 100644
--- a/common/mc.c
+++ b/common/mc.c
@@ -362,9 +362,9 @@ static ALWAYS_INLINE uint32_t v210_endian_fix32( uint32_t x )
 #define v210_endian_fix32(x) (x)
 #endif
 
-void x264_plane_copy_deinterleave_v210_c( pixel *dsty, intptr_t i_dsty,
-                                          pixel *dstc, intptr_t i_dstc,
-                                          uint32_t *src, intptr_t i_src, int w, int h )
+static void x264_plane_copy_deinterleave_v210_c( pixel *dsty, intptr_t i_dsty,
+                                                 pixel *dstc, intptr_t i_dstc,
+                                                 uint32_t *src, intptr_t i_src, int w, int h )
 {
     for( int l = 0; l < h; l++ )
     {
-- 
2.10.0



More information about the x264-devel mailing list