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 | 538cba31ed89b039b8d3a16b2361cd4178ca9acd (patch) | |
tree | 970cb45d414aed8fbddcc125bad68f00a7bd0950 /etisnoop.cpp | |
parent | 639951285591ab6e8d1158e336a3f6c19477cc4f (diff) | |
download | etisnoop-538cba31ed89b039b8d3a16b2361cd4178ca9acd.tar.gz etisnoop-538cba31ed89b039b8d3a16b2361cd4178ca9acd.tar.bz2 etisnoop-538cba31ed89b039b8d3a16b2361cd4178ca9acd.zip |
etisnoop AAC AU CRC calculation
Diffstat (limited to 'etisnoop.cpp')
-rw-r--r-- | etisnoop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp index 22248d5..9786fc3 100644 --- a/etisnoop.cpp +++ b/etisnoop.cpp @@ -468,6 +468,7 @@ int eti_analyse(eti_analyse_config_t& config) printf("-------------------------------------------------------------------------------------------------------------\n"); } + return 0; } void printbuf(string header, |