Hi,
I am using libvpx compiled with vp9 support. I am trying to initialize “vpx_codec_dec_init” but it gives me an error “VPX_CODEC_INCAPABLE” when I use VPX_CODEC_USE_POSTPROC flag in the init function. Here is the code.
vpx_codec_dec_cfg_t *config = NULL;
vpx_codec_flags_t flags = VPX_CODEC_USE_POSTPROC ;
vpx_codec_err_t initResult = vpx_codec_dec_init(&m_context, VP9_DECODER_INTERFACE,
config, flags);
Can you please help?
Thanks.
Regards,
Jawad