[MN-dev] [mndiff]: r144 - trunk/noe/ldpc.h
michael
subversion at mplayerhq.hu
Fri Apr 10 22:11:23 CEST 2009
Author: michael
Date: Fri Apr 10 22:11:22 2009
New Revision: 144
Log:
a little doxy for init_matrixLDPC()
Modified:
trunk/noe/ldpc.h
Modified: trunk/noe/ldpc.h
==============================================================================
--- trunk/noe/ldpc.h Fri Apr 10 20:37:01 2009 (r143)
+++ trunk/noe/ldpc.h Fri Apr 10 22:11:22 2009 (r144)
@@ -25,7 +25,8 @@ 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
+ * 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