diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-10-31 23:34:15 -0400 |
---|---|---|
committer | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-11-01 19:35:01 -0500 |
commit | c03044c86ad86e244e85c7f0b7c6fd54c432e74d (patch) | |
tree | e21525aba183eca85737973818f55490495a4961 | |
parent | ee20354b29eb570c31238d24d0cea50ab272f8fa (diff) | |
download | ffmpeg-c03044c86ad86e244e85c7f0b7c6fd54c432e74d.tar.gz |
avutil/eval: minor typo
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-rw-r--r-- | libavutil/eval.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/eval.h b/libavutil/eval.h index 6159b0fe58..dacd22b96e 100644 --- a/libavutil/eval.h +++ b/libavutil/eval.h @@ -102,7 +102,7 @@ void av_expr_free(AVExpr *e); * @param numstr a string representing a number, may contain one of * the International System number postfixes, for example 'K', 'M', * 'G'. If 'i' is appended after the postfix, powers of 2 are used - * instead of powers of 10. The 'B' postfix multiplies the value for + * instead of powers of 10. The 'B' postfix multiplies the value by * 8, and can be appended after another postfix or used alone. This * allows using for example 'KB', 'MiB', 'G' and 'B' as postfix. * @param tail if non-NULL puts here the pointer to the char next |