From 1abfcc56af7de73c2088d7971f744778b5842ed8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 15 Jan 2010 09:23:36 +0100 Subject: audio_format: support packed 24 bit samples --- src/pcm_convert.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pcm_convert.h') diff --git a/src/pcm_convert.h b/src/pcm_convert.h index a940f2169..01ba2c787 100644 --- a/src/pcm_convert.h +++ b/src/pcm_convert.h @@ -39,6 +39,9 @@ struct pcm_convert_state { /** the buffer for converting the sample format */ struct pcm_buffer format_buffer; + /** the buffer for converting to/from packed samples */ + struct pcm_buffer pack_buffer; + /** the buffer for converting the channel count */ struct pcm_buffer channels_buffer; -- cgit v1.2.3