CVS Commit: vlc

cvs at videolan.org cvs at videolan.org
Mon Jan 14 13:15:10 CET 2002


Update of /cvs/videolan/vlc
Modified Files:
	Makefile 

Update of /cvs/videolan/vlc/include
Modified Files:
	audio_output.h 

Update of /cvs/videolan/vlc/src/audio_output
Modified Files:
	aout_common.h aout_ext-dec.c aout_s16.c aout_s8.c aout_u16.c 
	aout_u8.c audio_output.c 
Added Files:
	aout_common.c 

Log Message:

HUGE cleanings in audio output:
- removed AOUT_INTF_*_FIFO, which where not used
- factorized S16StereoPlay, U8MonoPlay, and so on.., in a single
  function aout_FillBuffer (in aout_common.c)
  (unsigned 8bit may be broken, but I have no stream to test with :(

- last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro

-- 
asmax




More information about the vlc-devel mailing list