aboutsummaryrefslogtreecommitdiff
path: root/av1/encoder/temporal_filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'av1/encoder/temporal_filter.h')
-rw-r--r--av1/encoder/temporal_filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/av1/encoder/temporal_filter.h b/av1/encoder/temporal_filter.h
index 633dbe462..725bd869d 100644
--- a/av1/encoder/temporal_filter.h
+++ b/av1/encoder/temporal_filter.h
@@ -287,7 +287,7 @@ double av1_estimate_noise_from_single_plane(const YV12_BUFFER_CONFIG *frame,
* \param[in] mb_row Macroblock row to be filtered
filtering
*
-* \return Nothing will be returned, but the contents of td->diff will be
+* \remark Nothing will be returned, but the contents of td->diff will be
modified.
*/
void av1_tf_do_filtering_row(struct AV1_COMP *cpi, struct ThreadData *td,