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.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Game/Code/lib/acinerella/acinerella.h') diff --git a/Game/Code/lib/acinerella/acinerella.h b/Game/Code/lib/acinerella/acinerella.h index 778d0be1..0fafc011 100644 --- a/Game/Code/lib/acinerella/acinerella.h +++ b/Game/Code/lib/acinerella/acinerella.h @@ -158,7 +158,7 @@ struct _ac_decoder { double timecode; double video_clock; - + /*Contains information about the stream the decoder is attached to.*/ ac_stream_info stream_info; /*The index of the stream the decoder is attached to.*/ @@ -176,12 +176,6 @@ typedef ac_decoder* lp_ac_decoder; /*Contains information about an Acinerella package.*/ struct _ac_package { - /*The data of the package. This data may not be accessible in other programming languages, because - currently FFMpeg doesn't reserve this memory area using the Acinerella - memory manager.*/ - char *data; - /*The size of the package data.*/ - int size; /*The stream the package belongs to.*/ int stream_index; }; -- cgit v1.2.3