[SCM] libav/experimental: fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:35:51 UTC 2013


The following commit has been merged in the experimental branch:
commit be6784dc8a72f363dd7a577006b5e2d584479483
Author: Richard Hodges <rh at matriplex.com>
Date:   Sun Apr 6 19:45:02 2003 +0000

    fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>)
    
    Originally committed as revision 1738 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 60bbbcd..a71c12c 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.\

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list