[MN-dev] [mndiff]: r145 - trunk/noe/ldpc.h
michael
subversion at mplayerhq.hu
Fri Apr 10 22:12:35 CEST 2009
Author: michael
Date: Fri Apr 10 22:12:35 2009
New Revision: 145
Log:
Better wording
Modified:
trunk/noe/ldpc.h
Modified: trunk/noe/ldpc.h
==============================================================================
--- trunk/noe/ldpc.h Fri Apr 10 22:11:22 2009 (r144)
+++ trunk/noe/ldpc.h Fri Apr 10 22:12:35 2009 (r145)
@@ -25,7 +25,7 @@ struct LDPCContext;
struct LDPCContext *EXT(initLDPC)(int data_len, int parity_len, uint32_t seed, int nzc);
/**
- * Initialize decoder, this only needs to be called once per erasure_pos, and can then
+ * Initialize decoder, this only needs to be called once per erasure_pos array, and can then
* be used to decode many vectors with decodeLDPC().
* @return 0 if sucessfull, <0 if not (will only partially decode)
* for encoding you should try another seed when this returns <0
More information about the Mndiff-dev
mailing list