summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-01-15 13:51:10 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-01-15 13:51:10 +0000
commitc2fab8bca1738d1ac988c488085ff798321f878d (patch)
treee62634ed6352806f03bc46ed166b80e278ba729d /src/xine-engine/video_out.c
parent89bb410ff3c1b157f59aafa903b04f8e123340ee (diff)
downloadxine-lib-c2fab8bca1738d1ac988c488085ff798321f878d.tar.gz
xine-lib-c2fab8bca1738d1ac988c488085ff798321f878d.tar.bz2
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
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r--src/xine-engine/video_out.c3
1 files changed, 2 insertions, 1 deletions
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);