summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 22:14:06 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 22:14:06 +0000
commit056f0431f3a5004519be6064c82a06eb8afbcbc3 (patch)
tree874196bf55bf6bafbb4c28fdbfc7b3577b37d8a8 /libavfilter/avfilter.h
parentfc815c5623c42251025d39821e1e4990885753fb (diff)
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
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 4824617881..5538a0a8d9 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