projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
audiod: Deprecate the --no_default_filters option.
[paraslash.git]
/
fec.h
diff --git
a/fec.h
b/fec.h
index 1e28e8a407494e1ec48a0381d4c9e7acf2c7a3dd..d09b035d89e02401227d69a377b3e6ecc2f52d25 100644
(file)
--- a/
fec.h
+++ b/
fec.h
@@
-33,8
+33,10
@@
* OF SUCH DAMAGE.
*/
* OF SUCH DAMAGE.
*/
-#define FEC_MAGIC 0xFECC0DEC
+/** Each FEC slice contains a FEC header of this size. */
#define FEC_HEADER_SIZE 32
#define FEC_HEADER_SIZE 32
+/** The FEC header starts with this magic value. */
+#define FEC_MAGIC 0xFECC0DEC
struct fec_parms;
struct fec_parms;