From: Wan-Teh Chang Date: Mon, 27 Apr 2020 18:53:33 +0000 (-0700) Subject: Update a comment on nonexistent vpx_codec_init X-Git-Tag: v1.9.0-rc1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d28ff98039134325cf689d8d08996fc8dabb225;p=libvpx Update a comment on nonexistent vpx_codec_init Update a comment on the nonexistent vpx_codec_init() function. Replace it with vpx_codec_dec_init() and vpx_codec_enc_init(). I missed this comment in the last commit. Change-Id: I1d3614b3bb3aa4330ac6bd49e4d2e1f4e627b6b0 --- diff --git a/vpx/internal/vpx_codec_internal.h b/vpx/internal/vpx_codec_internal.h index f01a63e0c..4ef93057f 100644 --- a/vpx/internal/vpx_codec_internal.h +++ b/vpx/internal/vpx_codec_internal.h @@ -68,7 +68,7 @@ typedef struct vpx_codec_priv_enc_mr_cfg vpx_codec_priv_enc_mr_cfg_t; /*!\brief init function pointer prototype * * Performs algorithm-specific initialization of the decoder context. This - * function is called by the generic vpx_codec_init() wrapper function, so + * function is called by vpx_codec_dec_init() and vpx_codec_enc_init(), so * plugins implementing this interface may trust the input parameters to be * properly initialized. *