aboutsummaryrefslogtreecommitdiffstats
path: root/toolame.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-07 11:28:48 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-07 11:28:48 +0100
commit5f4b06d150beed1e7d614705386eb7eab0a98be5 (patch)
tree792771807cb2328d4506ad6d49e52b1377c25935 /toolame.h
downloadtoolame-dab-5f4b06d150beed1e7d614705386eb7eab0a98be5.tar.gz
toolame-dab-5f4b06d150beed1e7d614705386eb7eab0a98be5.tar.bz2
toolame-dab-5f4b06d150beed1e7d614705386eb7eab0a98be5.zip
add toolame-02l
Diffstat (limited to 'toolame.h')
-rw-r--r--toolame.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/toolame.h b/toolame.h
new file mode 100644
index 0000000..33ab008
--- /dev/null
+++ b/toolame.h
@@ -0,0 +1,16 @@
+
+void global_init (void);
+void proginfo (void);
+void short_usage (void);
+
+void obtain_parameters (frame_info *, int *, unsigned long *,
+ char[MAX_NAME_SIZE], char[MAX_NAME_SIZE]);
+void parse_args (int, char **, frame_info *, int *, unsigned long *,
+ char[MAX_NAME_SIZE], char[MAX_NAME_SIZE]);
+void print_config (frame_info *, int *,
+ char[MAX_NAME_SIZE], char[MAX_NAME_SIZE]);
+void usage (void);
+
+
+
+void smr_dump(double smr[2][SBLIMIT], int nch);