aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/avio.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-07 13:22:40 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-07 13:22:40 +0000
commitf49d49ac6af3f39a00e19ce314636520e1ae1faf (patch)
treeea74bec460d5005fa46a4986f6ac6e9a6fc3c231 /Game/Code/lib/ffmpeg/avio.pas
parentc5b20922912a1f5449c4c3aecd96a1959d7d227a (diff)
downloadusdx-f49d49ac6af3f39a00e19ce314636520e1ae1faf.tar.gz
usdx-f49d49ac6af3f39a00e19ce314636520e1ae1faf.tar.xz
usdx-f49d49ac6af3f39a00e19ce314636520e1ae1faf.zip
compatibility with the current svn-version
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@837 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/lib/ffmpeg/avio.pas9
1 files changed, 6 insertions, 3 deletions
diff --git a/Game/Code/lib/ffmpeg/avio.pas b/Game/Code/lib/ffmpeg/avio.pas
index d316d2b2..a4d7af12 100644
--- a/Game/Code/lib/ffmpeg/avio.pas
+++ b/Game/Code/lib/ffmpeg/avio.pas
@@ -23,7 +23,9 @@
For Mac OS X, some modifications were made by The Creative CAT, denoted as CAT
in the source codes *)
-// Revision: 11295
+(*
+ * Revision: 11305, Sat Dec 22 16:18:07 2007 UTC
+ *)
unit avio;
@@ -198,6 +200,7 @@ function url_poll(poll_table: PURLPollEntry; n: integer; timeout: integer): inte
* @param pause 1 for pause, 0 for resume
*)
function av_url_read_pause(h: PURLContext; pause: integer): integer;
+ cdecl; external av__format;
{$IFEND}
{$IF LIBAVFORMAT_VERSION >= 52001000} // 52.1.0
@@ -255,8 +258,8 @@ function av_alloc_put_byte(
buffer_size: integer;
write_flag: integer;
opaque: Pointer;
- read_packet: TReadWriteFunc,
- write_packet: TReadWriteFunc,
+ read_packet: TReadWriteFunc;
+ write_packet: TReadWriteFunc;
seek: TSeekFunc): PByteIOContext;
cdecl; external av__format;
{$IFEND}