aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-07-13 20:37:25 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-07-13 20:37:25 +0000
commit224fbfe4b038940bb16106bf1b606f0513833a21 (patch)
tree95badedb348e047a4cd2722e6c88ca4dbd2b047f /src/lib
parent9c836b13bb4277de91bee191e10e18e1c95953d8 (diff)
downloadusdx-224fbfe4b038940bb16106bf1b606f0513833a21.tar.gz
usdx-224fbfe4b038940bb16106bf1b606f0513833a21.tar.xz
usdx-224fbfe4b038940bb16106bf1b606f0513833a21.zip
change of PByteIOContext. makes Delphi happy.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2918 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ffmpeg-0.10/avio.pas2
-rw-r--r--src/lib/ffmpeg-0.7/avio.pas2
-rw-r--r--src/lib/ffmpeg-0.8/avio.pas2
-rw-r--r--src/lib/ffmpeg-0.9/avio.pas2
4 files changed, 4 insertions, 4 deletions
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;