From 10820f2863a4cb0bdb6b1bbed532be9abfdb1dd5 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 26 Sep 2018 20:48:13 +0300 Subject: undo some crap I did to flac spec --- spec/flac.fspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3