diff mpegts.c @ 65:a58a8a53eb46 libavformat

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents 05318cf2e886
children d73becdbbda5
line wrap: on
line diff
--- a/mpegts.c	Mon Feb 10 09:35:32 2003 +0000
+++ b/mpegts.c	Tue Feb 11 16:35:48 2003 +0000
@@ -88,7 +88,7 @@
     ByteIOContext *pb = &s->pb;
     unsigned char buf[1024];
     int len;
-    INT64 pos;
+    int64_t pos;
 
     /* read the first 1024 bytes to get packet size */
     pos = url_ftell(pb);