summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-11-09 08:52:16 -0800
committerCode Review <code-review@webmproject.org>2010-11-09 08:52:16 -0800
commit458f4fedd2d32ca5b7185df44656c4ccba2bae8d (patch)
tree0a09c7882925ba9956bffe14b6565a2891741f5e /vp8/encoder/onyx_int.h
parent4d1b0d2a2dff335baedd52bd7de09d55ec10b253 (diff)
parentf7e187d3626f029490b8b619fb80da1b0e77dcfe (diff)
downloadlibvpx-458f4fedd2d32ca5b7185df44656c4ccba2bae8d.tar
libvpx-458f4fedd2d32ca5b7185df44656c4ccba2bae8d.tar.gz
libvpx-458f4fedd2d32ca5b7185df44656c4ccba2bae8d.tar.bz2
libvpx-458f4fedd2d32ca5b7185df44656c4ccba2bae8d.zip
Merge "improve average framerate calculation"
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index 81e32f031..134e03075 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -399,6 +399,7 @@ typedef struct
int inter_frame_target;
double output_frame_rate;
long long last_time_stamp_seen;
+ long long last_end_time_stamp_seen;
long long first_time_stamp_ever;
int ni_av_qi;