From 2d2e572302584588bc6a05fb33efec13e37d7a7a Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 3 Mar 2013 01:23:38 +0000 Subject: first fix of ffmpeg-1.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2973 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-1.0/avio.pas | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/ffmpeg-1.0/avio.pas') diff --git a/src/lib/ffmpeg-1.0/avio.pas b/src/lib/ffmpeg-1.0/avio.pas index 66c0d259..5053cc5b 100644 --- a/src/lib/ffmpeg-1.0/avio.pas +++ b/src/lib/ffmpeg-1.0/avio.pas @@ -179,6 +179,10 @@ type seek_count: cint; end; +type + PByteIOContext = PAVIOContext; { deprecated } + TByteIOContext = TAVIOContext; { deprecated } + (* unbuffered I/O *) (** -- cgit v1.2.3