diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-13 17:22:10 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-13 17:22:10 +0000 |
commit | 287886e656bab13d801def158b202dcf5d3081b7 (patch) | |
tree | 101b704f5cb99859f90d1e15bb94b6f3ba4f946d /Game/Code/lib/ffmpeg/swscale.pas | |
parent | c7aa1aec5328e8e2c5d42f9b34567cc6c4eadc03 (diff) | |
download | usdx-287886e656bab13d801def158b202dcf5d3081b7.tar.gz usdx-287886e656bab13d801def158b202dcf5d3081b7.tar.xz usdx-287886e656bab13d801def158b202dcf5d3081b7.zip |
corrected ffmpeg error-codes
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1083 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/ffmpeg/swscale.pas | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Game/Code/lib/ffmpeg/swscale.pas b/Game/Code/lib/ffmpeg/swscale.pas index bad870b7..56228c1b 100644 --- a/Game/Code/lib/ffmpeg/swscale.pas +++ b/Game/Code/lib/ffmpeg/swscale.pas @@ -66,12 +66,6 @@ type PPByteArray = ^TPByteArray; const - LIBSWSCALE_VERSION_INT = ((0 shl 16)+(5 shl 8))+0; - LIBSWSCALE_VERSION = '0.5.0'; - LIBSWSCALE_BUILD = LIBSWSCALE_VERSION_INT; - - LIBSWSCALE_IDENT = 'SwS'+LIBSWSCALE_VERSION; - {* values for the flags, the stuff on the command line is different *} SWS_FAST_BILINEAR = 1; SWS_BILINEAR = 2; |