[MN-dev] [mndiff]: r99 - trunk/noe/rs.h
michael
subversion at mplayerhq.hu
Wed Oct 22 00:53:22 CEST 2008
Author: michael
Date: Wed Oct 22 00:53:22 2008
New Revision: 99
Log:
Avoid funny #ifdef in public headers.
Modified:
trunk/noe/rs.h
Modified: trunk/noe/rs.h
==============================================================================
--- trunk/noe/rs.h (original)
+++ trunk/noe/rs.h Wed Oct 22 00:53:22 2008
@@ -59,8 +59,6 @@ void EXT(rsEncode)(GFF4Element *data, GF
*/
int EXT(rsDecode)(GFF4Element *data, int *erased, GFF4Element *erassureLocator, int erasedCount, int parityCount, int codeBits);
-#if M==0
-
/**
* Transforms (or inverse transforms) a Reed Solomon code based on GF(fermat prime) so that
* none of its parity symbols equals the largest symbol. Both the original and the transformed
@@ -85,4 +83,3 @@ int EXT(rsDecode)(GFF4Element *data, int
* @returns 0 if success or a negative value in case of an error.
*/
int EXT(rsTransform)(GFF4Element *data, GFF4Element *parityLocator, int parityCount, GFF4Element *tPoly, int tLocation, int encode, int codeBits);
-#endif
More information about the Mndiff-dev
mailing list