From be6784dc8a72f363dd7a577006b5e2d584479483 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Sun, 6 Apr 2003 19:45:02 +0000 Subject: [PATCH] fix pts type in avcodec.h for WIN32 patch by (Richard Hodges ) Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 60bbbcd6f2..a71c12caca 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -223,7 +223,7 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG, * - encoding: MUST be set by user\ * - decoding: set by lavc\ */\ - long long int pts;\ + int64_t pts;\ \ /**\ * picture number in bitstream order.\ -- GitLab