From 224fbfe4b038940bb16106bf1b606f0513833a21 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 13 Jul 2012 20:37:25 +0000 Subject: change of PByteIOContext. makes Delphi happy. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2918 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.10/avio.pas | 2 +- src/lib/ffmpeg-0.7/avio.pas | 2 +- src/lib/ffmpeg-0.8/avio.pas | 2 +- src/lib/ffmpeg-0.9/avio.pas | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/ffmpeg-0.10/avio.pas b/src/lib/ffmpeg-0.10/avio.pas index 30aef0cd..616e723a 100644 --- a/src/lib/ffmpeg-0.10/avio.pas +++ b/src/lib/ffmpeg-0.10/avio.pas @@ -349,7 +349,7 @@ function av_register_protocol2(protocol: PURLProtocol; size: cint): cint; *) type - PByteIOContext = ^TByteIOContext; + PByteIOContext = PAVIOContext; { deprecated } TByteIOContext = TAVIOContext; { deprecated } function init_put_byte(s: PAVIOContext; diff --git a/src/lib/ffmpeg-0.7/avio.pas b/src/lib/ffmpeg-0.7/avio.pas index 7cd31a3d..25846a4e 100644 --- a/src/lib/ffmpeg-0.7/avio.pas +++ b/src/lib/ffmpeg-0.7/avio.pas @@ -310,7 +310,7 @@ function av_register_protocol2(protocol: PURLProtocol; size: cint): cint; *) type - PByteIOContext = ^TByteIOContext; + PByteIOContext = PAVIOContext; { deprecated } TByteIOContext = TAVIOContext; { deprecated } function init_put_byte(s: PAVIOContext; diff --git a/src/lib/ffmpeg-0.8/avio.pas b/src/lib/ffmpeg-0.8/avio.pas index a31d17e6..4a85d708 100644 --- a/src/lib/ffmpeg-0.8/avio.pas +++ b/src/lib/ffmpeg-0.8/avio.pas @@ -308,7 +308,7 @@ function av_register_protocol2(protocol: PURLProtocol; size: cint): cint; *) type - PByteIOContext = ^TByteIOContext; + PByteIOContext = PAVIOContext; { deprecated } TByteIOContext = TAVIOContext; { deprecated } function init_put_byte(s: PAVIOContext; diff --git a/src/lib/ffmpeg-0.9/avio.pas b/src/lib/ffmpeg-0.9/avio.pas index b913d72f..1ce65826 100644 --- a/src/lib/ffmpeg-0.9/avio.pas +++ b/src/lib/ffmpeg-0.9/avio.pas @@ -343,7 +343,7 @@ function av_register_protocol2(protocol: PURLProtocol; size: cint): cint; *) type - PByteIOContext = ^TByteIOContext; + PByteIOContext = PAVIOContext; { deprecated } TByteIOContext = TAVIOContext; { deprecated } function init_put_byte(s: PAVIOContext; -- cgit v1.2.3