aboutsummaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/toolame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtoolame-dab/toolame.h')
-rw-r--r--libtoolame-dab/toolame.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/libtoolame-dab/toolame.h b/libtoolame-dab/toolame.h
new file mode 100644
index 0000000..4289ab5
--- /dev/null
+++ b/libtoolame-dab/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], char**, char**);
+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);
+