]> git.sesse.net Git - vlc/commit
* src/audio_output/dec.c, include/aout_internal.h: the aout core was
authorGildas Bazin <gbazin@videolan.org>
Thu, 6 Mar 2003 23:10:11 +0000 (23:10 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 6 Mar 2003 23:10:11 +0000 (23:10 +0000)
commit7d2ff7e2a160d20589e741d39d66ba21410c073f
treebbdc833a05475230c38495931d76227c3f2cf770
parent6be034746e687240574d9f680226927cf821e430
* src/audio_output/dec.c, include/aout_internal.h: the aout core was
automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
now fetch this value from the input thread when we create an aout_instance_t.
This solves problems with the http access plugin.
include/aout_internal.h
src/audio_output/dec.c