summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/decoder/vp9_decodframe.h')
-rw-r--r--vp9/decoder/vp9_decodframe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/decoder/vp9_decodframe.h b/vp9/decoder/vp9_decodframe.h
index 391a26519..3aaae65bd 100644
--- a/vp9/decoder/vp9_decodframe.h
+++ b/vp9/decoder/vp9_decodframe.h
@@ -12,8 +12,8 @@
#ifndef VP9_DECODER_VP9_DECODFRAME_H_
#define VP9_DECODER_VP9_DECODFRAME_H_
-struct VP9Decompressor;
+struct VP9Common;
-void vp9_init_de_quantizer(struct VP9Decompressor *pbi);
+void vp9_init_dequantizer(struct VP9Common *pc);
#endif // VP9_DECODER_VP9_DECODFRAME_H_