summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-08 21:59:44 +0200
committerwm4 <wm4@nowhere>2013-07-08 21:59:44 +0200
commit9bb7935ce186d55aaaafd708e7559345082ecabc (patch)
tree257740b53e32cd2d748f71544380252bcbfacc21 /demux
parent31f685040bd2152d541ed16cf441c6b5e7e430fd (diff)
downloadmpv-9bb7935ce186d55aaaafd708e7559345082ecabc.tar.bz2
mpv-9bb7935ce186d55aaaafd708e7559345082ecabc.tar.xz
options: remove --ignore-start
This was used only with demux_avi.
Diffstat (limited to 'demux')
-rw-r--r--demux/stheader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index b2dc2018d2..628a2b73f2 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -78,9 +78,6 @@ struct sh_stream {
/* usually a FourCC, exact meaning depends on gsh->format */ \
unsigned int format; \
int initialized; \
- /* number of seconds stream should be delayed \
- * (according to dwStart or similar) */ \
- float stream_delay; \
/* audio: last known pts value in output from decoder \
* video: predicted/interpolated PTS of the current frame */ \
double pts; \