summaryrefslogtreecommitdiff
path: root/vpx
diff options
context:
space:
mode:
authorChunbo Hua <chunbo.hua@intel.com>2021-05-26 02:02:07 -0700
committerChunbo Hua <chunbo.hua@intel.com>2021-05-26 02:05:25 -0700
commitd42b93a15f182b0cd2bcc639e6951c40da6da8ce (patch)
tree139cb58354da29c1200586af2d32005fe7730c11 /vpx
parent76a4e44563bcf0ec8917d9bf805d28040d371de4 (diff)
downloadlibvpx-d42b93a15f182b0cd2bcc639e6951c40da6da8ce.tar.gz
Fixed redundant wording for decoder algorithm interface
Change-Id: Id56e03dc9cf6d4e70c4681896f29893a9b4c76f2
Diffstat (limited to 'vpx')
-rw-r--r--vpx/internal/vpx_codec_internal.h2
1 files changed, 1 insertions, 1 deletions
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.
*/