From b1adf70e2659a6414175b5ae66ffa33f90bf573e Mon Sep 17 00:00:00 2001 From: b1indy Date: Sat, 22 Dec 2007 19:37:52 +0000 Subject: incorporated av_free_packet fix fixed #VIDEOGAP problem fixed unexpected #START problem (needs to be fixed in trunk too git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@741 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/ffmpeg/avformat.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/lib/ffmpeg') diff --git a/Game/Code/lib/ffmpeg/avformat.pas b/Game/Code/lib/ffmpeg/avformat.pas index aa74043b..e7584d87 100644 --- a/Game/Code/lib/ffmpeg/avformat.pas +++ b/Game/Code/lib/ffmpeg/avformat.pas @@ -113,7 +113,7 @@ type stream_index: integer; flags: integer; duration: integer; ///< presentation duration in time_base units (0 if not available) - destruct: procedure (p: PAVPacket); (* This cannot be var : TAVPacket. + destruct: procedure (p: PAVPacket);cdecl; (* This cannot be var : TAVPacket. because TAVPacket is not completely defined yet *) priv: pointer; pos: int64 ///< byte position in stream, -1 if unknown -- cgit v1.2.3