diff avcodec.h @ 1172:9d257357ce07 libavcodec

fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
author michaelni
date Sun, 06 Apr 2003 19:45:02 +0000
parents 5af9aeadbdc3
children 60bd91a6e218
line wrap: on
line diff
--- a/avcodec.h	Sat Apr 05 12:11:10 2003 +0000
+++ b/avcodec.h	Sun Apr 06 19:45:02 2003 +0000
@@ -223,7 +223,7 @@
      * - encoding: MUST be set by user\
      * - decoding: set by lavc\
      */\
-    long long int pts;\
+    int64_t pts;\
 \
     /**\
      * picture number in bitstream order.\