summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-14 20:28:28 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-06-16 21:48:51 +0200
commit28efeb6502df37c99ccf18575d2552381d83a877 (patch)
tree45ee1cfe19936b2d431c35ad1849fa8bbd740a6b /libavutil/opt.h
parent72654526e4489c0aac05d25cfeca5bbba26026b3 (diff)
downloadffmpeg-28efeb6502df37c99ccf18575d2552381d83a877.tar.gz
doc: avoid incorrect phrase 'allows to'
Also fix typo found by Lou Logan: Sacrifying -> Sacrificing Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavutil/opt.h')
-rw-r--r--libavutil/opt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/opt.h b/libavutil/opt.h
index 5fc8a9b58a..0bc0d30972 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -213,7 +213,7 @@
* In some cases it may be more convenient to put all options into an
* AVDictionary and call av_opt_set_dict() on it. A specific case of this
* are the format/codec open functions in lavf/lavc which take a dictionary
- * filled with option as a parameter. This allows to set some options
+ * filled with option as a parameter. This makes it possible to set some options
* that cannot be set otherwise, since e.g. the input file format is not known
* before the file is actually opened.
*/