summaryrefslogtreecommitdiff
path: root/test/video_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/video_source.h')
-rw-r--r--test/video_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/video_source.h b/test/video_source.h
index 3d01d39b2..6d1855ae3 100644
--- a/test/video_source.h
+++ b/test/video_source.h
@@ -184,9 +184,9 @@ class CompressedVideoSource {
virtual const uint8_t *cxdata() const = 0;
- virtual const unsigned int frame_size() const = 0;
+ virtual size_t frame_size() const = 0;
- virtual const unsigned int frame_number() const = 0;
+ virtual unsigned int frame_number() const = 0;
};
} // namespace libvpx_test