summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-20 03:21:46 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-20 03:21:46 +0100
commit7bc1847596bdedea6a06c8c0a019da773476a965 (patch)
tree521be5207d649ff24f022c9bfe31a716a2674317 /src/modules/bluetooth/sbc.h
parent26a270a934f0f174f7bd7eb89e85301963721deb (diff)
parent2e250aaebb7708b25b5342d8ced657364adedc95 (diff)
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Diffstat (limited to 'src/modules/bluetooth/sbc.h')
-rw-r--r--src/modules/bluetooth/sbc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/bluetooth/sbc.h b/src/modules/bluetooth/sbc.h
index b0a14888..f9d506bc 100644
--- a/src/modules/bluetooth/sbc.h
+++ b/src/modules/bluetooth/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