From d5cf0ceae7fbbdb0ed21685e05c18541fb71675b Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Mon, 7 Feb 2011 23:05:43 +0000 Subject: - added "ac_drop_decode_video_package" - method to acinerella: decoding of a frame without scaling - added threaded video decoding - added video frame buffer (50 frames) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2803 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/acinerella/acinerella.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'Game/Code/lib/acinerella/acinerella.pas') diff --git a/Game/Code/lib/acinerella/acinerella.pas b/Game/Code/lib/acinerella/acinerella.pas index 2d267027..316204c2 100644 --- a/Game/Code/lib/acinerella/acinerella.pas +++ b/Game/Code/lib/acinerella/acinerella.pas @@ -237,6 +237,7 @@ procedure ac_free_decoder(pDecoder: PAc_decoder); cdecl; external ac_dll; {Decodes a package using the specified decoder. The decodec data is stored in the "buffer" property of the decoder.} function ac_decode_package(pPackage: PAc_package; pDecoder: PAc_decoder): integer; cdecl; external ac_dll; +function ac_drop_decode_package(pPackage: PAc_package; pDecoder: PAc_decoder): integer; cdecl; external ac_dll; {Seeks to the given target position in the file. The seek funtion is not able to seek a single audio/video stream but seeks the whole file forward. The deocder parameter is only used as an timecode reference. -- cgit v1.2.3