diff dv1394.c @ 65:a58a8a53eb46 libavformat

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents fb671d87824e
children 25062c9b1f86
line wrap: on
line diff
--- a/dv1394.c	Mon Feb 10 09:35:32 2003 +0000
+++ b/dv1394.c	Tue Feb 11 16:35:48 2003 +0000
@@ -46,7 +46,7 @@
     int done;   /* Number of completed frames */
 
     int stream; /* Current stream. 0 - video, 1 - audio */
-    INT64 pts;  /* Current timestamp */
+    int64_t pts;  /* Current timestamp */
 };
 
 static int dv1394_reset(struct dv1394_data *dv)