projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
audiod: Update --no_default_filters help text.
[paraslash.git]
/
fec.h
diff --git
a/fec.h
b/fec.h
index
1e28e8a
..
d09b035
100644
(file)
--- 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;