shithub: libvpx

Download patch

ref: d42b93a15f182b0cd2bcc639e6951c40da6da8ce
parent: 76a4e44563bcf0ec8917d9bf805d28040d371de4
author: Chunbo Hua <chunbo.hua@intel.com>
date: Tue May 25 22:02:07 EDT 2021

Fixed redundant wording for decoder algorithm interface

Change-Id: Id56e03dc9cf6d4e70c4681896f29893a9b4c76f2

--- a/vpx/internal/vpx_codec_internal.h
+++ b/vpx/internal/vpx_codec_internal.h
@@ -283,7 +283,7 @@
   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.
  */