mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
add pa_ prefix to all identifiers.
fix downsampling/resampling add support for U8 samples git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@49 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a8a5ab1c79
commit
e61c2dddb7
91 changed files with 1795 additions and 1643 deletions
|
|
@ -6,9 +6,9 @@
|
|||
#include "tagstruct.h"
|
||||
|
||||
/* The tagstruct is freed!*/
|
||||
void pstream_send_tagstruct(struct pstream *p, struct tagstruct *t);
|
||||
void pa_pstream_send_tagstruct(struct pa_pstream *p, struct pa_tagstruct *t);
|
||||
|
||||
void pstream_send_error(struct pstream *p, uint32_t tag, uint32_t error);
|
||||
void pstream_send_simple_ack(struct pstream *p, uint32_t tag);
|
||||
void pa_pstream_send_error(struct pa_pstream *p, uint32_t tag, uint32_t error);
|
||||
void pa_pstream_send_simple_ack(struct pa_pstream *p, uint32_t tag);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue