diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-09 12:47:52 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-09 12:47:52 +0100 |
commit | 52f6f2f912b3c4b602a9979eb67735d54fea9d7e (patch) | |
tree | 42b08710fba81bdfa9209a6cb9051fa89532c556 /etisnoop/firecode.h | |
parent | 5e1f053678cf01390a47fa6e99dbe155c1442cf5 (diff) | |
download | mmbtools-aux-52f6f2f912b3c4b602a9979eb67735d54fea9d7e.tar.gz mmbtools-aux-52f6f2f912b3c4b602a9979eb67735d54fea9d7e.tar.bz2 mmbtools-aux-52f6f2f912b3c4b602a9979eb67735d54fea9d7e.zip |
etisnoop AAC AU CRC calculation
Diffstat (limited to 'etisnoop/firecode.h')
-rw-r--r-- | etisnoop/firecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etisnoop/firecode.h b/etisnoop/firecode.h index 3bfe6a6..735a302 100644 --- a/etisnoop/firecode.h +++ b/etisnoop/firecode.h @@ -30,3 +30,4 @@ uint16_t firecode_crc(uint8_t* buf, size_t size); #endif + |