test/run_convert: use fifo_buffer to adapt to odd sample sizes

Ensure that the pcm_convert() length argument is aligned to the sample
size.
This commit is contained in:
Max Kellermann
2010-01-16 23:25:43 +01:00
parent a942384fbf
commit 8f326a33ee
2 changed files with 27 additions and 3 deletions
+1
View File
@@ -929,6 +929,7 @@ test_run_normalize_LDADD = \
$(GLIB_LIBS)
test_run_convert_SOURCES = test/run_convert.c \
src/fifo_buffer.c \
src/audio_format.c \
src/audio_check.c \
src/audio_parser.c \