mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
stream: pa_stream_get_underflow_index: constify
This commit is contained in:
parent
883421df03
commit
c16b842ac0
2 changed files with 2 additions and 2 deletions
|
|
@ -850,7 +850,7 @@ finish:
|
|||
pa_context_unref(c);
|
||||
}
|
||||
|
||||
int64_t pa_stream_get_underflow_index(pa_stream *p) {
|
||||
int64_t pa_stream_get_underflow_index(const pa_stream *p) {
|
||||
pa_assert(p);
|
||||
return p->latest_underrun_at_index;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue