From c60af33716cee5c4f515b47308c5a43556624990 Mon Sep 17 00:00:00 2001 From: uau Date: Sun, 11 Mar 2007 06:16:14 +0000 Subject: Move the sh_audio->delay field to mpctx->delay. The value is related to overall a/v sync and is not used by audio demuxers or decoders. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22506 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index 68d54041eb..a89ae1a27e 100644 --- a/command.c +++ b/command.c @@ -419,7 +419,7 @@ static int mp_property_audio_delay(m_option_t * prop, int action, float delay = audio_delay; m_property_delay(prop, action, arg, &audio_delay); if (mpctx->sh_audio) - mpctx->sh_audio->delay -= audio_delay - delay; + mpctx->delay -= audio_delay - delay; } return M_PROPERTY_OK; default: -- cgit v1.2.3