summaryrefslogtreecommitdiff
path: root/src/pulse/internal.h
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2012-03-05 20:30:33 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-03-05 20:30:33 +0530
commita0706e7c84d8228f136e9d1c9894a5854cae7bde (patch)
treed501ec5fe6b896fd3e79c8f450b71040d278617f /src/pulse/internal.h
parent8baf8e90c2c6b8b1cb63658e7d46d770bb86560b (diff)
downloadpulseaudio-a0706e7c84d8228f136e9d1c9894a5854cae7bde.tar.gz
format: Allow format->sample spec conversion for compressed formats
This allows clients to get a "fake" sample space for compressed formats that we can support. This should make size/time conversion for things like calculating buffer attributes simpler.
Diffstat (limited to 'src/pulse/internal.h')
-rw-r--r--src/pulse/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulse/internal.h b/src/pulse/internal.h
index e826454db..c5bdcb1ef 100644
--- a/src/pulse/internal.h
+++ b/src/pulse/internal.h
@@ -304,7 +304,6 @@ void pa_ext_device_restore_command(pa_context *c, uint32_t tag, pa_tagstruct *t)
void pa_ext_stream_restore_command(pa_context *c, uint32_t tag, pa_tagstruct *t);
void pa_format_info_free2(pa_format_info *f, void *userdata);
-int pa_format_info_to_sample_spec_fake(pa_format_info *f, pa_sample_spec *ss);
pa_bool_t pa_mainloop_is_our_api(pa_mainloop_api*m);