summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-09-26 20:48:13 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-09-26 20:48:13 +0300
commit10820f2863a4cb0bdb6b1bbed532be9abfdb1dd5 (patch)
tree5056754b7594ed87635cab9bb0a8408641afc86c
parent5289b078e80328de0169c77931fa1cc293e8c196 (diff)
undo some crap I did to flac spec
-rw-r--r--spec/flac.fspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/flac.fspec b/spec/flac.fspec
index 7e72f5c..a59ab2a 100644
--- a/spec/flac.fspec
+++ b/spec/flac.fspec
@@ -110,7 +110,7 @@ struct flac {
u3 sample_size_in_bits;
u1 reserved2 nul;
select (blocking_stragety) {
- 0) u8 frame[reserved[1]] | encoding('utf8') hex;
+ 0) u8 frame['\0':7] | encoding('utf8') hex;
1) u8 sample['\0':6] | encoding('utf8') hex;
} index;
select (block_size_in_inter_channel_samples) {