From: James Zern Date: Wed, 10 Jun 2015 22:48:59 +0000 (-0700) Subject: vp9_decodeframe.h: remove unused prototype X-Git-Tag: v1.5.0~570^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca319040cbe96545562cfe91b1287cffc2ee760;p=libvpx vp9_decodeframe.h: remove unused prototype vp9_init_dequantizer() was deleted in: bdd249b Optimize the dequantization process on decoder side. Change-Id: Iedb5b6a3a03964dd6901c1e3b2325194d94bc708 --- diff --git a/vp9/decoder/vp9_decodeframe.h b/vp9/decoder/vp9_decodeframe.h index 8f76cee47..a876e7c60 100644 --- a/vp9/decoder/vp9_decodeframe.h +++ b/vp9/decoder/vp9_decodeframe.h @@ -16,12 +16,9 @@ extern "C" { #endif -struct VP9Common; struct VP9Decoder; struct vp9_read_bit_buffer; -void vp9_init_dequantizer(struct VP9Common *cm); - int vp9_read_sync_code(struct vp9_read_bit_buffer *const rb); void vp9_read_frame_size(struct vp9_read_bit_buffer *rb, int *width, int *height);