]> git.sesse.net Git - vlc/commit
* Added a third argument to aout_OutputNextBuffer. In case the buffer
authorChristophe Massiot <massiot@videolan.org>
Wed, 14 Aug 2002 00:43:52 +0000 (00:43 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 14 Aug 2002 00:43:52 +0000 (00:43 +0000)
commit2f1be4f3e563c2bcfe8b51bda25ce804546f8748
tree6608a5eb5abe803975a5e1117625d52b2dca029a
parenteb93d56d8d76be74193a77ee163462c14af92959
* Added a third argument to aout_OutputNextBuffer. In case the buffer
  received does not start exactly at the given date, it indicates if the
  output plug-in is able to compensate for the drift (for instance on
  startup, or with S/PDIF packets), or if we need the aout core to
  resample the coming buffers. It is currently unimplemented.
12 files changed:
include/aout_internal.h
include/audio_output.h
include/vlc_symbols.h
modules/audio_output/arts.c
modules/audio_output/esd.c
modules/audio_output/oss.c
modules/audio_output/sdl.c
modules/audio_output/waveout.c
modules/gui/macosx/aout.m
modules/video_output/directx/aout.c
src/audio_output/output.c
src/misc/modules_plugin.h