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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/decoder/vp9_decodframe.h b/vp9/decoder/vp9_decodframe.h
index 66e951d10..00b6d674d 100644
--- a/vp9/decoder/vp9_decodframe.h
+++ b/vp9/decoder/vp9_decodframe.h
@@ -17,6 +17,5 @@ struct VP9Decompressor;
void vp9_init_dequantizer(struct VP9Common *pc);
int vp9_decode_frame(struct VP9Decompressor *cpi, const uint8_t **p_data_end);
-vp9_prob vp9_read_prob_diff_update(vp9_reader *r, int oldp);
#endif // VP9_DECODER_VP9_DECODFRAME_H_