summaryrefslogtreecommitdiffstats
path: root/sbc/sbc.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2009-02-16 15:59:51 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-17 23:54:45 +0200
commit8e544e0dac1a421da2260914406b0e2e11f14668 (patch)
tree36d2509e4e936e1c79a4af1b5d1589bd94544238 /sbc/sbc.h
parent7004f83ab27d1e47f417f679b158d9d2a46d3993 (diff)
sbc: provide implementation info as a readable string
This is mainly useful for logging and debugging.
Diffstat (limited to 'sbc/sbc.h')
-rw-r--r--sbc/sbc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbc/sbc.h b/sbc/sbc.h
index b0a14888..f9d506bc 100644
--- a/sbc/sbc.h
+++ b/sbc/sbc.h
@@ -89,6 +89,7 @@ int sbc_encode(sbc_t *sbc, void *input, int input_len, void *output,
int sbc_get_frame_length(sbc_t *sbc);
int sbc_get_frame_duration(sbc_t *sbc);
uint16_t sbc_get_codesize(sbc_t *sbc);
+const char *sbc_get_implementation_info(sbc_t *sbc);
void sbc_finish(sbc_t *sbc);
#ifdef __cplusplus