From d42b93a15f182b0cd2bcc639e6951c40da6da8ce Mon Sep 17 00:00:00 2001 From: Chunbo Hua Date: Wed, 26 May 2021 02:02:07 -0700 Subject: [PATCH] Fixed redundant wording for decoder algorithm interface Change-Id: Id56e03dc9cf6d4e70c4681896f29893a9b4c76f2 --- vpx/internal/vpx_codec_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpx/internal/vpx_codec_internal.h b/vpx/internal/vpx_codec_internal.h index 4ef93057f..961b0bfe4 100644 --- a/vpx/internal/vpx_codec_internal.h +++ b/vpx/internal/vpx_codec_internal.h @@ -283,7 +283,7 @@ typedef const struct vpx_codec_enc_cfg_map { vpx_codec_enc_cfg_t cfg; } vpx_codec_enc_cfg_map_t; -/*!\brief Decoder algorithm interface interface +/*!\brief Decoder algorithm interface * * All decoders \ref MUST expose a variable of this type. */ -- 2.49.0