aboutsummaryrefslogtreecommitdiffstats
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-19 20:31:44 +0200
commit620197d1ffea20e9168372c354438f1c1e926ecd (patch)
tree2a7dd300dbf7be86653d092967d2e4454eddf2eb /libavutil/opt.h
parent73e7fe8e648a9d666338691fd30c6c080ee808b1 (diff)
downloadffmpeg-620197d1ffea20e9168372c354438f1c1e926ecd.tar.gz
doc: avoid incorrect phrase 'allows to'n2.7.1
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> (cherry picked from commit 28efeb6502df37c99ccf18575d2552381d83a877) 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.
*/