aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-1.0/avio.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-1.0/avio.pas')
-rw-r--r--src/lib/ffmpeg-1.0/avio.pas4
1 files changed, 4 insertions, 0 deletions
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 *)
(**