diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ffmpeg-0.7/avio.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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; |