From 01fd4dbe0cf0eaf67f88830f72309aa09f8dbc16 Mon Sep 17 00:00:00 2001 From: Hatagashira Date: Sun, 22 Feb 2015 13:44:03 +0100 Subject: [PATCH] Added raw mode --- src/fm_mpx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fm_mpx.h b/src/fm_mpx.h index 81b61be..c65c69c 100644 --- a/src/fm_mpx.h +++ b/src/fm_mpx.h @@ -21,6 +21,6 @@ along with this program. If not, see . */ -extern int fm_mpx_open(char *filename, size_t len); +extern int fm_mpx_open(char *filename, size_t len, int raw); extern int fm_mpx_get_samples(float *mpx_buffer); -extern int fm_mpx_close(); \ No newline at end of file +extern int fm_mpx_close();