[SCM] libav/experimental: use units of 1/AV_TIME_BASE for pts rather than milliseconds

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:14:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 056f0431f3a5004519be6064c82a06eb8afbcbc3
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Fri Feb 15 22:14:06 2008 +0000

    use units of 1/AV_TIME_BASE for pts rather than milliseconds
    
    Commited in SoC by Bobby Bingham on 2007-08-18 01:42:42
    
    Originally committed as revision 12102 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 4824617..5538a0a 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -72,7 +72,7 @@ typedef struct AVFilterPicRef
     int w;                      ///< image width
     int h;                      ///< image height
 
-    int64_t pts;                ///< presentation timestamp in milliseconds
+    int64_t pts;                ///< presentation timestamp in units of 1/AV_TIME_BASE
 
     int perms;                  ///< permissions
 #define AV_PERM_READ     0x01   ///< can read from the buffer

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list