aboutsummaryrefslogtreecommitdiff
path: root/libvpx/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/vp8/encoder/onyx_int.h')
-rw-r--r--libvpx/vp8/encoder/onyx_int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvpx/vp8/encoder/onyx_int.h b/libvpx/vp8/encoder/onyx_int.h
index 603de8bcb..7d1c6ab73 100644
--- a/libvpx/vp8/encoder/onyx_int.h
+++ b/libvpx/vp8/encoder/onyx_int.h
@@ -57,6 +57,9 @@ extern "C" {
#define VP8_TEMPORAL_ALT_REF !CONFIG_REALTIME_ONLY
+/* vp8 uses 10,000,000 ticks/second as time stamp */
+#define TICKS_PER_SEC 10000000
+
typedef struct {
int kf_indicated;
unsigned int frames_since_key;