diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-20 23:52:00 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-02-20 23:52:00 +0000 |
commit | fd66c4eae6749ceb00862043088d657d4145cb38 (patch) | |
tree | fcf8790ef9fd6f1bb20e2074a563894528d82088 /src/lib/ffmpeg/avformat.pas | |
parent | 3ccc3c3e111ca6657bca149a88e0c68a71312a69 (diff) | |
download | usdx-fd66c4eae6749ceb00862043088d657d4145cb38.tar.gz usdx-fd66c4eae6749ceb00862043088d657d4145cb38.tar.xz usdx-fd66c4eae6749ceb00862043088d657d4145cb38.zip |
update to 52.46.0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2123 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/avformat.pas')
-rw-r--r-- | src/lib/ffmpeg/avformat.pas | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avformat.pas b/src/lib/ffmpeg/avformat.pas index 261ce8f6..8efc0894 100644 --- a/src/lib/ffmpeg/avformat.pas +++ b/src/lib/ffmpeg/avformat.pas @@ -90,7 +90,8 @@ const {$IF LIBAVFORMAT_VERSION >= 52020000} // 52.20.0 (** - * Returns the LIBAVFORMAT_VERSION_INT constant. + * I return the LIBAVFORMAT_VERSION_INT constant. You got + * a fucking problem with that, douchebag? *) function avformat_version(): cuint; cdecl; external av__format; |