diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-16 15:41:32 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-16 15:41:32 +0000 |
commit | 0bf9f6b5cf3c650e791bc45a9371b83dc557cccf (patch) | |
tree | c002b19fa13a5fc3e921b1b5b6f4cb6e98c03ff9 /src/lib | |
parent | e6222b85634defcf49bd9b74633c4acc86c011bc (diff) | |
download | usdx-0bf9f6b5cf3c650e791bc45a9371b83dc557cccf.tar.gz usdx-0bf9f6b5cf3c650e791bc45a9371b83dc557cccf.tar.xz usdx-0bf9f6b5cf3c650e791bc45a9371b83dc557cccf.zip |
correct small glitch in comment
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2373 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ffmpeg/avutil.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas index 1c0fff0d..708b5533 100644 --- a/src/lib/ffmpeg/avutil.pas +++ b/src/lib/ffmpeg/avutil.pas @@ -121,7 +121,7 @@ const {$IF LIBAVUTIL_VERSION >= 49008000} // 49.8.0 (** - * Returns the LIBAVUTIL_VERSION constant. + * Returns the LIBAVUTIL_VERSION_INT constant. *) function avutil_version(): cuint; cdecl; external av__format; |