summaryrefslogtreecommitdiff
path: root/vp10/decoder/decodeframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp10/decoder/decodeframe.h')
-rw-r--r--vp10/decoder/decodeframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp10/decoder/decodeframe.h b/vp10/decoder/decodeframe.h
index 81c3e2344..770ae154e 100644
--- a/vp10/decoder/decodeframe.h
+++ b/vp10/decoder/decodeframe.h
@@ -16,7 +16,7 @@
extern "C" {
#endif
-struct VP9Decoder;
+struct VP10Decoder;
struct vpx_read_bit_buffer;
int vp10_read_sync_code(struct vpx_read_bit_buffer *const rb);
@@ -24,7 +24,7 @@ void vp10_read_frame_size(struct vpx_read_bit_buffer *rb,
int *width, int *height);
BITSTREAM_PROFILE vp10_read_profile(struct vpx_read_bit_buffer *rb);
-void vp10_decode_frame(struct VP9Decoder *pbi,
+void vp10_decode_frame(struct VP10Decoder *pbi,
const uint8_t *data, const uint8_t *data_end,
const uint8_t **p_data_end);