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/etisnoop.cpp | |
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/etisnoop.cpp')
-rw-r--r-- | etisnoop/etisnoop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etisnoop/etisnoop.cpp b/etisnoop/etisnoop.cpp index 22248d5..9786fc3 100644 --- a/etisnoop/etisnoop.cpp +++ b/etisnoop/etisnoop.cpp @@ -468,6 +468,7 @@ int eti_analyse(eti_analyse_config_t& config) printf("-------------------------------------------------------------------------------------------------------------\n"); } + return 0; } void printbuf(string header, |