[MN-dev] [mndiff]: r143 - trunk/noe/ldpc.c

michael subversion at mplayerhq.hu
Fri Apr 10 20:37:02 CEST 2009


Author: michael
Date: Fri Apr 10 20:37:01 2009
New Revision: 143

Log:
Forgot static.

Modified:
   trunk/noe/ldpc.c

Modified: trunk/noe/ldpc.c
==============================================================================
--- trunk/noe/ldpc.c	Fri Apr 10 20:32:52 2009	(r142)
+++ trunk/noe/ldpc.c	Fri Apr 10 20:37:01 2009	(r143)
@@ -43,7 +43,7 @@ typedef struct LDPCContext{
 
 typedef uint8_t ELEM;
 
-int inverse(ELEM *matrix, int width, int height, int solvew, unsigned int row_weight[], unsigned int col_weight[], int erasure_pos[]){
+static int inverse(ELEM *matrix, int width, int height, int solvew, unsigned int row_weight[], unsigned int col_weight[], int erasure_pos[]){
     int i, j, k, m, p;
     int logline[width+1][2];
 



More information about the Mndiff-dev mailing list