mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
two simple fixes
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@95 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
d6d50b0eab
commit
765d2f70c7
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ struct pa_resampler {
|
|||
};
|
||||
|
||||
struct pa_resampler* pa_resampler_new(const struct pa_sample_spec *a, const struct pa_sample_spec *b) {
|
||||
struct pa_resampler *r;
|
||||
struct pa_resampler *r = NULL;
|
||||
int err;
|
||||
assert(a && b && pa_sample_spec_valid(a) && pa_sample_spec_valid(b));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue