aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/opt.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-20 21:47:32 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-20 21:47:32 +0000
commit56fb8460088c5a0217b26a396ce8752bc50b1ace (patch)
treeac357c1923710ef624f560f3dd784ca1f1eb2b88 /src/lib/ffmpeg/opt.pas
parenta22d6abfaf6874ee5ea9460394098ba38a4c39e6 (diff)
downloadusdx-56fb8460088c5a0217b26a396ce8752bc50b1ace.tar.gz
usdx-56fb8460088c5a0217b26a396ce8752bc50b1ace.tar.xz
usdx-56fb8460088c5a0217b26a396ce8752bc50b1ace.zip
update avcodec to 52.78.0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2594 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/opt.pas')
-rw-r--r--src/lib/ffmpeg/opt.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg/opt.pas b/src/lib/ffmpeg/opt.pas
index 0e73726f..d5397e06 100644
--- a/src/lib/ffmpeg/opt.pas
+++ b/src/lib/ffmpeg/opt.pas
@@ -153,7 +153,7 @@ type
{$IF LIBAVCODEC_VERSION >= 51039000} // 51.39.0
(**
- * Looks for an option in obj. Looks only for the options which
+ * Look for an option in obj. Look only for the options which
* have the flags set as specified in mask and flags (that is,
* for which it is the case that opt->flags & mask == flags).
*
@@ -191,7 +191,7 @@ function av_set_string2(obj: Pointer; name: {const} PAnsiChar; val: {const} PAns
{$IF LIBAVCODEC_VERSION >= 52007000} // 52.7.0
(**
- * Sets the field of obj with the given name to value.
+ * Set the field of obj with the given name to value.
*
* @param[in] obj A struct whose first element is a pointer to an
* AVClass.