pcm_buffer: pcm_buffer_get() never returns NULL

This fixes a bug when libsamplerate returns an empty buffer for a very
small input buffer.  The caller thinks this is an error, bug there is
no GError object.
This commit is contained in:
Max Kellermann
2012-02-13 18:05:42 +01:00
parent 9c92afa5fe
commit 7855a32579
3 changed files with 10 additions and 0 deletions

1
NEWS
View File

@@ -1,4 +1,5 @@
ver 0.16.8 (2012/??/??)
* fix for libsamplerate assertion failure
ver 0.16.7 (2012/02/04)