summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
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; \