mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-18 08:56:40 -05:00
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
This commit is contained in:
parent
812be32783
commit
e6a666d8d5
6 changed files with 17 additions and 11 deletions
|
|
@ -319,7 +319,7 @@ typedef struct pa_stream pa_stream;
|
|||
typedef void (*pa_stream_success_cb_t) (pa_stream*s, int success, void *userdata);
|
||||
|
||||
/** A generic request callback */
|
||||
typedef void (*pa_stream_request_cb_t)(pa_stream *p, size_t bytes, void *userdata);
|
||||
typedef void (*pa_stream_request_cb_t)(pa_stream *p, size_t nbytes, void *userdata);
|
||||
|
||||
/** A generic notification callback */
|
||||
typedef void (*pa_stream_notify_cb_t)(pa_stream *p, void *userdata);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue