Fixed redundant wording for decoder algorithm interface
authorChunbo Hua <chunbo.hua@intel.com>
Wed, 26 May 2021 09:02:07 +0000 (02:02 -0700)
committerChunbo Hua <chunbo.hua@intel.com>
Wed, 26 May 2021 09:05:25 +0000 (02:05 -0700)
Change-Id: Id56e03dc9cf6d4e70c4681896f29893a9b4c76f2

vpx/internal/vpx_codec_internal.h

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