summaryrefslogtreecommitdiff
path: root/libavutil/integer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/integer.h')
-rw-r--r--libavutil/integer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavutil/integer.h b/libavutil/integer.h
index fdde30c400..148b5c344d 100644
--- a/libavutil/integer.h
+++ b/libavutil/integer.h
@@ -76,9 +76,9 @@ AVInteger av_div_i(AVInteger a, AVInteger b) av_const;
AVInteger av_int2i(int64_t a) av_const;
/**
- * converts the given AVInteger to an int64_t.
- * if the AVInteger is too large to fit into an int64_t,
- * then only the least significant 64bit will be used
+ * Converts the given AVInteger to an int64_t.
+ * If the AVInteger is too large to fit into an int64_t,
+ * then only the least significant 64 bits will be used.
*/
int64_t av_i2int(AVInteger a) av_const;