mpv/libao2
joey 7afe24f691 original config:
> ao_data.bps=channels*rate;
> if(format != AFMT_U8 && format != AFMT_S8)
>   ao_data.bps*=2;

fallback config, before patch:
> ao_data.bps=ao_data.channels * ao_data.samplerate;

since we forced the format to S16_LE in fallback, we should double bps
to be consistent with an original config of the same settings.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11512 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-23 17:04:19 +00:00
..
.cvsignore usefull file 2001-11-25 17:55:26 +00:00
Makefile do it the standard way (tm) 2003-05-23 12:37:58 +00:00
afmt.c added float 2002-11-17 17:35:31 +00:00
afmt.h (nicer) endianness fix for every plugin except pl_format 2003-01-03 15:12:18 +00:00
ao_alsa1x.c many small typo and grammar fixes 2003-10-04 17:29:08 +00:00
ao_alsa5.c removing my (non-working) email address 2003-07-03 20:07:54 +00:00
ao_alsa9.c many small typo and grammar fixes 2003-10-04 17:29:08 +00:00
ao_arts.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
ao_dxr2.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
ao_esd.c esd:server and esd latency support by Andrew Williams <andrew.s.williams@adelaide.edu.au> 2003-05-30 18:15:59 +00:00
ao_macosx.c cleanup/cosmetic patch by the author :) 2003-05-22 16:12:54 +00:00
ao_mpegpes.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
ao_nas.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
ao_null.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
ao_oss.c Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <agapon@cv-nj.com> 2003-08-13 21:04:15 +00:00
ao_pcm.c 64bit types fix by a unkown mandrake 64bit expert 2003-10-26 13:43:30 +00:00
ao_plugin.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
ao_sdl.c IRIX support by Timo Kanera <timo@kanera.de> 2003-09-07 18:15:47 +00:00
ao_sgi.c A-V sync fix by Timo Kanera <timo@kanera.de>. 2003-10-30 00:08:06 +00:00
ao_sun.c fix bps calculation when resampling, 2003-06-22 21:29:15 +00:00
ao_win32.c original config: 2003-11-23 17:04:19 +00:00
audio_out.c Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk> 2003-05-21 21:15:46 +00:00
audio_out.h 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
audio_out_internal.h 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
audio_plugin.h 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
audio_plugin_internal.h 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
eq.h Correction of spelling errors and removal of old code 2002-09-26 10:12:50 +00:00
filter.h MMX part rewritten and 16 tap filter added for better sound qualty 2002-02-16 13:08:14 +00:00
fir.h Cleanup and comment 2002-02-21 16:05:09 +00:00
firfilter.c fix for qnx 2001-12-28 20:21:32 +00:00
pl_delay.c many small typo and grammar fixes 2003-10-04 17:29:08 +00:00
pl_eq.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
pl_extrastereo.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
pl_format.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
pl_resample.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
pl_surround.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
pl_volnorm.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
pl_volume.c 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> 2003-03-21 16:42:50 +00:00
remez.c warning fixes 2001-12-28 18:15:50 +00:00
remez.h code by Jake Janovetz to find FIR filter coefficients using the Parks-McClellan algorithm 2001-12-13 23:33:50 +00:00