Minor style modifications to comply with c99 compiler flag; removed Microsoft-specific "union-in-struct" syntax; Re-enabled cstr_info struct creation when -W switch is specified. Changed a number of things in opjviewer (e.g., decoding thread does not execute GUI calls anymore), to have it running under linux --> it is better than before, but still crashes

This commit is contained in:
Giuseppe Baruffa
2008-02-11 14:43:11 +00:00
parent 29ea3dde47
commit ac0cc6df62
17 changed files with 271 additions and 165 deletions

View File

@@ -55,7 +55,8 @@
* each error counting as two erasures.
*/
#define MM 8 /* RS code over GF(2**MM) - change to suit */
static int KK;
//static int KK;
int KK;
/* Original code */
/*#define KK 239*/ /* KK = number of information symbols */