Update a comment on nonexistent vpx_codec_init
authorWan-Teh Chang <wtc@google.com>
Mon, 27 Apr 2020 18:53:33 +0000 (11:53 -0700)
committerWan-Teh Chang <wtc@google.com>
Mon, 27 Apr 2020 18:53:33 +0000 (11:53 -0700)
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

vpx/internal/vpx_codec_internal.h

index f01a63e..4ef9305 100644 (file)
@@ -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.
  *