From 6067cf3b947e25409146a71684762159cb00ce4a Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Sat, 1 May 2010 21:22:20 +0000 Subject: - added dutch translation (by Bruut) - update of acinerella.dll - update of changelogs git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2327 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/acinerella/acinerella.pas | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (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 678a1ae3..06d8db41 100644 --- a/Game/Code/lib/acinerella/acinerella.pas +++ b/Game/Code/lib/acinerella/acinerella.pas @@ -157,8 +157,8 @@ type {The timecode of the currently decoded picture in seconds.} timecode: double; - - video_clock: double; + + video_clock: double; {Contains information about the stream the decoder is attached to.} stream_info: TAc_stream_info; @@ -175,12 +175,6 @@ type {Contains information about an Acinerella package.} TAc_package = record - {The data of the package. This data may not be accessible, because - currently FFMpeg doesn't reserve this memory area using the Acinerella - memory manager.} - data: PByte; - {The size of the package data.} - size: integer; {The stream the package belongs to.} stream_index: integer; end; -- cgit v1.2.3