gui: Check return value of para_exec_cmdline_pid().
[paraslash.git] / fec.h
diff --git a/fec.h b/fec.h
index 1e28e8a407494e1ec48a0381d4c9e7acf2c7a3dd..d09b035d89e02401227d69a377b3e6ecc2f52d25 100644 (file)
--- a/fec.h
+++ b/fec.h
  * 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;