[FFmpeg-cvslog] r12102 - trunk/libavfilter/avfilter.h

vitor subversion
Fri Feb 15 23:14:07 CET 2008


Author: vitor
Date: Fri Feb 15 23:14:06 2008
New Revision: 12102

Log:
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


Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	(original)
+++ trunk/libavfilter/avfilter.h	Fri Feb 15 23:14:06 2008
@@ -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




More information about the ffmpeg-cvslog mailing list