aboutsummaryrefslogtreecommitdiff
path: root/av1/encoder/gop_structure.h
diff options
context:
space:
mode:
Diffstat (limited to 'av1/encoder/gop_structure.h')
-rw-r--r--av1/encoder/gop_structure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/av1/encoder/gop_structure.h b/av1/encoder/gop_structure.h
index eb20c8461..ff22f5413 100644
--- a/av1/encoder/gop_structure.h
+++ b/av1/encoder/gop_structure.h
@@ -38,7 +38,7 @@ struct EncodeFrameParams;
*
* \param[in] cpi Top - level encoder instance structure
*
- * \return No return value but this function updates group data structures.
+ * \remark No return value but this function updates group data structures.
*/
void av1_gop_setup_structure(struct AV1_COMP *cpi);
@@ -58,7 +58,7 @@ void av1_gop_setup_structure(struct AV1_COMP *cpi);
* uni-directional group.
* \param[in] gf_group_bits Bits available to be allocated.
*
- * \return No return but updates the rate control and group data structures
+ * \remark No return but updates the rate control and group data structures
* to reflect the allocation of bits.
*/
void av1_gop_bit_allocation(const AV1_COMP *cpi, RATE_CONTROL *const rc,