diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-02-07 13:22:40 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-02-07 13:22:40 +0000 |
commit | f49d49ac6af3f39a00e19ce314636520e1ae1faf (patch) | |
tree | ea74bec460d5005fa46a4986f6ac6e9a6fc3c231 /Game/Code/lib/ffmpeg/swscale.pas | |
parent | c5b20922912a1f5449c4c3aecd96a1959d7d227a (diff) | |
download | usdx-f49d49ac6af3f39a00e19ce314636520e1ae1faf.tar.gz usdx-f49d49ac6af3f39a00e19ce314636520e1ae1faf.tar.xz usdx-f49d49ac6af3f39a00e19ce314636520e1ae1faf.zip |
compatibility with the current svn-version
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@837 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/ffmpeg/swscale.pas')
-rw-r--r-- | Game/Code/lib/ffmpeg/swscale.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/lib/ffmpeg/swscale.pas b/Game/Code/lib/ffmpeg/swscale.pas index 9bff330a..15b2c38f 100644 --- a/Game/Code/lib/ffmpeg/swscale.pas +++ b/Game/Code/lib/ffmpeg/swscale.pas @@ -23,6 +23,10 @@ * external api for the swscale stuff *) +(* + * Revision: 24800, Thu Oct 18 09:30:33 2007 UTC + *) + unit swscale; {$IFDEF FPC} |