From 287886e656bab13d801def158b202dcf5d3081b7 Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 13 May 2008 17:22:10 +0000 Subject: corrected ffmpeg error-codes git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1083 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/ffmpeg/swscale.pas | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Game/Code/lib/ffmpeg/swscale.pas') 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; -- cgit v1.2.3