diff options
Diffstat (limited to 'src/lib/ffmpeg-0.9')
-rw-r--r-- | src/lib/ffmpeg-0.9/avio.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.9/avio.pas b/src/lib/ffmpeg-0.9/avio.pas index b913d72f..1ce65826 100644 --- a/src/lib/ffmpeg-0.9/avio.pas +++ b/src/lib/ffmpeg-0.9/avio.pas @@ -343,7 +343,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; |