From: Chunbo Hua Date: Wed, 26 May 2021 09:02:07 +0000 (-0700) Subject: Fixed redundant wording for decoder algorithm interface X-Git-Tag: v1.11.0-rc1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d42b93a15f182b0cd2bcc639e6951c40da6da8ce;p=libvpx Fixed redundant wording for decoder algorithm interface Change-Id: Id56e03dc9cf6d4e70c4681896f29893a9b4c76f2 --- 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. */