diff smacker.c @ 3973:549a09cf23fe libavformat

Remove offset_t typedef and use int64_t directly instead. The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included.
author diego
date Fri, 03 Oct 2008 10:16:29 +0000
parents 1d3d17de20ba
children 7d2f3f1b68d8
line wrap: on
line diff
--- a/smacker.c	Thu Oct 02 21:15:48 2008 +0000
+++ b/smacker.c	Fri Oct 03 10:16:29 2008 +0000
@@ -64,7 +64,7 @@
     int buf_sizes[7];
     int stream_id[7];
     int curstream;
-    offset_t nextpos;
+    int64_t nextpos;
     int64_t aud_pts[7];
 } SmackerContext;