summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/decoder/onyxd_int.h')
-rw-r--r--vp8/decoder/onyxd_int.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/vp8/decoder/onyxd_int.h b/vp8/decoder/onyxd_int.h
index 0cb00a4c5..68d329f7b 100644
--- a/vp8/decoder/onyxd_int.h
+++ b/vp8/decoder/onyxd_int.h
@@ -33,11 +33,6 @@ typedef struct {
} MB_ROW_DEC;
typedef struct {
- int64_t time_stamp;
- int size;
-} DATARATE;
-
-typedef struct {
int const *scan;
int const *scan_8x8;
UINT8 const *ptr_block2leftabove;
@@ -79,8 +74,6 @@ typedef struct VP8Decompressor {
int64_t last_time_stamp;
int ready_for_new_data;
- DATARATE dr[16];
-
DETOK detoken;
#if CONFIG_RUNTIME_CPU_DETECT