| Index: source/libvpx/vp9/decoder/vp9_decodframe.h
|
| ===================================================================
|
| --- source/libvpx/vp9/decoder/vp9_decodframe.h (revision 223100)
|
| +++ source/libvpx/vp9/decoder/vp9_decodframe.h (working copy)
|
| @@ -15,7 +15,7 @@
|
| struct VP9Common;
|
| struct VP9Decompressor;
|
|
|
| -void vp9_init_dequantizer(struct VP9Common *pc);
|
| +void vp9_init_dequantizer(struct VP9Common *cm);
|
| int vp9_decode_frame(struct VP9Decompressor *cpi, const uint8_t **p_data_end);
|
|
|
| #endif // VP9_DECODER_VP9_DECODFRAME_H_
|
|
|