From 9bb7935ce186d55aaaafd708e7559345082ecabc Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 8 Jul 2013 21:59:44 +0200 Subject: options: remove --ignore-start This was used only with demux_avi. --- demux/stheader.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'demux') 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; \ -- cgit v1.2.3