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