From c2fab8bca1738d1ac988c488085ff798321f878d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 15 Jan 2002 13:51:10 +0000 Subject: small fixes and cleanups, metronom wasn't told the frame rate of next stream in playlist CVS patchset: 1407 CVS date: 2002/01/15 13:51:10 --- src/xine-engine/video_out.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/video_out.c') diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index f5a13d71d..a66f6111b 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.65 2002/01/14 00:34:22 guenter Exp $ + * $Id: video_out.c,v 1.66 2002/01/15 13:51:10 guenter Exp $ * */ @@ -526,6 +526,7 @@ static void vo_open (vo_instance_t *this) { if (!this->video_loop_running) { this->video_loop_running = 1; this->decoder_started_flag = 0; + this->pts_per_frame = 0; pthread_attr_init(&pth_attrs); pthread_attr_setscope(&pth_attrs, PTHREAD_SCOPE_SYSTEM); -- cgit v1.2.3