]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/opt.h
Merge commit '08c2d8f0aa679c2f060721d1d0d4f33d2ae32368'
[ffmpeg] / libavutil / opt.h
index 5fc8a9b58a39bcf8594bcd7cb68d941671dfe02c..0bc0d3097262504d956dcd5c4adfaed411b08ba3 100644 (file)
  * 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.
  */