[MPlayer-cvslog] r26635 - trunk/libao2/ao_pulse.c
reimar
subversion at mplayerhq.hu
Thu May 1 18:51:25 CEST 2008
Author: reimar
Date: Thu May 1 18:51:25 2008
New Revision: 26635
Log:
Add support for 32 bit format to ao_pulse.
Based on patch by James Warden [warjamy yahoo com]
Modified:
trunk/libao2/ao_pulse.c
Modified: trunk/libao2/ao_pulse.c
==============================================================================
--- trunk/libao2/ao_pulse.c (original)
+++ trunk/libao2/ao_pulse.c Thu May 1 18:51:25 2008
@@ -116,6 +116,8 @@ static const struct format_map_s {
} format_maps[] = {
{AF_FORMAT_S16_LE, PA_SAMPLE_S16LE},
{AF_FORMAT_S16_BE, PA_SAMPLE_S16BE},
+ {AF_FORMAT_S32_LE, PA_SAMPLE_S32LE},
+ {AF_FORMAT_S32_BE, PA_SAMPLE_S32BE},
{AF_FORMAT_FLOAT_LE, PA_SAMPLE_FLOAT32LE},
{AF_FORMAT_FLOAT_BE, PA_SAMPLE_FLOAT32BE},
{AF_FORMAT_U8, PA_SAMPLE_U8},
More information about the MPlayer-cvslog
mailing list