summaryrefslogtreecommitdiff
path: root/test/encode_test_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/encode_test_driver.h')
-rw-r--r--test/encode_test_driver.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/encode_test_driver.h b/test/encode_test_driver.h
index 7085945f6..f6bb841d8 100644
--- a/test/encode_test_driver.h
+++ b/test/encode_test_driver.h
@@ -206,8 +206,7 @@ class Encoder {
class EncoderTest {
protected:
explicit EncoderTest(const CodecFactory *codec)
- : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
- last_pts_(0) {
+ : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0) {
// Default to 1 thread.
cfg_.g_threads = 1;
}
@@ -291,7 +290,6 @@ class EncoderTest {
TwopassStatsStore stats_;
unsigned long init_flags_;
unsigned long frame_flags_;
- vpx_codec_pts_t last_pts_;
};
} // namespace libvpx_test