summaryrefslogtreecommitdiff
path: root/vp10/decoder/dthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/decoder/dthread.h')
-rw-r--r--vp10/decoder/dthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp10/decoder/dthread.h b/vp10/decoder/dthread.h
index f08389655..e3c70f93b 100644
--- a/vp10/decoder/dthread.h
+++ b/vp10/decoder/dthread.h
@@ -16,12 +16,12 @@
#include "vpx/internal/vpx_codec_internal.h"
struct VP9Common;
-struct VP9Decoder;
+struct VP10Decoder;
// WorkerData for the FrameWorker thread. It contains all the information of
// the worker and decode structures for decoding a frame.
typedef struct FrameWorkerData {
- struct VP9Decoder *pbi;
+ struct VP10Decoder *pbi;
const uint8_t *data;
const uint8_t *data_end;
size_t data_size;