From 0c1a9edad463bd6e22b30c19b700b099c7093fc1 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Tue, 11 Feb 2003 16:35:48 +0000 Subject: * UINTX -> uintx_t INTX -> intx_t Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/dv1394.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/dv1394.c') diff --git a/libavformat/dv1394.c b/libavformat/dv1394.c index 41c9363..7048c34 100644 --- a/libavformat/dv1394.c +++ b/libavformat/dv1394.c @@ -46,7 +46,7 @@ struct dv1394_data { 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) -- cgit v1.1