summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-11 06:16:14 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-11 06:16:14 +0000
commitc60af33716cee5c4f515b47308c5a43556624990 (patch)
tree96aae4fa1495e9ae028bdb3973a318504fd9fb7b /libmpdemux/stheader.h
parentccb97f109804f236bc13d25c200dbdc01c0a93cb (diff)
downloadmpv-c60af33716cee5c4f515b47308c5a43556624990.tar.bz2
mpv-c60af33716cee5c4f515b47308c5a43556624990.tar.xz
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
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 4559a15413..fc57100625 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -12,7 +12,6 @@ typedef struct {
struct codecs_st *codec;
unsigned int format;
int inited;
- double delay; // relative (to sh_video->timer) time in audio stream
float stream_delay; // number of seconds stream should be delayed (according to dwStart or similar)
// output format:
int sample_format;