aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.10
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/ffmpeg-0.10
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/ffmpeg-0.10')
-rw-r--r--src/lib/ffmpeg-0.10/avio.pas2
1 files changed, 1 insertions, 1 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;