aboutsummaryrefslogtreecommitdiff
path: root/libvpx/webmdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/webmdec.h')
-rw-r--r--libvpx/webmdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvpx/webmdec.h b/libvpx/webmdec.h
index d8618b07d..6ae7ee16d 100644
--- a/libvpx/webmdec.h
+++ b/libvpx/webmdec.h
@@ -27,7 +27,7 @@ struct WebmInputContext {
const void *block;
int block_frame_index;
int video_track_index;
- uint64_t timestamp_ns;
+ int64_t timestamp_ns;
int is_key_frame;
int reached_eos;
};