Index: source/libvpx/vpx/vpx_decoder.h |
=================================================================== |
--- source/libvpx/vpx/vpx_decoder.h (revision 291857) |
+++ source/libvpx/vpx/vpx_decoder.h (working copy) |
@@ -135,7 +135,7 @@ |
*/ |
vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, |
vpx_codec_iface_t *iface, |
- vpx_codec_dec_cfg_t *cfg, |
+ const vpx_codec_dec_cfg_t *cfg, |
vpx_codec_flags_t flags, |
int ver); |