Update main.c

pull/26/head
alanbjohnston 6 years ago committed by GitHub
parent f5a6d0da6a
commit 4fdd9907b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -763,9 +763,9 @@ return 0;
#define false 0
#define true 1
static int twosToInt(int val,int len);
static int encodeB(short int *b, int index, int val);
static int encodeA(short int *b, int index, int val);
//static int twosToInt(int val,int len);
//static int encodeB(short int *b, int index, int val);
//static int encodeA(short int *b, int index, int val);
static int NOT_FRAME = /* 0fa */ 0xfa & 0x3ff;
static int FRAME = /* 0fa */ ~0xfa & 0x3ff;

Loading…
Cancel
Save

Powered by TurnKey Linux.