X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fec.h;h=d09b035d89e02401227d69a377b3e6ecc2f52d25;hp=1e28e8a407494e1ec48a0381d4c9e7acf2c7a3dd;hb=d4b040af5e31260dbf71f4547484179f32be4746;hpb=f8f6605a4f02a15378a36618dbfacfc862fc6192 diff --git a/fec.h b/fec.h index 1e28e8a4..d09b035d 100644 --- a/fec.h +++ b/fec.h @@ -33,8 +33,10 @@ * OF SUCH DAMAGE. */ -#define FEC_MAGIC 0xFECC0DEC +/** Each FEC slice contains a FEC header of this size. */ #define FEC_HEADER_SIZE 32 +/** The FEC header starts with this magic value. */ +#define FEC_MAGIC 0xFECC0DEC struct fec_parms;