summaryrefslogtreecommitdiff
path: root/src/xine-engine/video_out.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-05-24 15:31:30 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-05-24 15:31:30 +0000
commitdf2eb164e1af3a7f267ce5fc42578b3816eb15fb (patch)
tree58ab86a1bd3a3927bb0f4d495ab3a0c3d3217f25 /src/xine-engine/video_out.h
parent103c9964e7b2c81a2d7c073a92c46ee3d2b046d1 (diff)
downloadxine-lib-df2eb164e1af3a7f267ce5fc42578b3816eb15fb.tar.gz
xine-lib-df2eb164e1af3a7f267ce5fc42578b3816eb15fb.tar.bz2
first sloppy frames and audio
CVS patchset: 78 CVS date: 2001/05/24 15:31:30
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r--src/xine-engine/video_out.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h
index 0fab5e247..af1f9a119 100644
--- a/src/xine-engine/video_out.h
+++ b/src/xine-engine/video_out.h
@@ -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.h,v 1.5 2001/05/06 14:25:42 guenter Exp $
+ * $Id: video_out.h,v 1.6 2001/05/24 15:31:31 guenter Exp $
*
*
* xine version of video_out.h
@@ -128,8 +128,8 @@ struct vo_instance_s {
int video_loop_running;
pthread_t video_thread;
- uint32_t pts_per_half_frame;
- uint32_t pts_per_frame;
+ int pts_per_half_frame;
+ int pts_per_frame;
int num_frames_delivered;
int num_frames_skipped;