aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avio.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-20 18:53:45 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-20 18:53:45 +0000
commit8ba7eab8d58733b17e41d03ac237e7ff813ff4b0 (patch)
tree030b1c3e175ce5110744170cb8e260ba599e1ed2 /src/lib/ffmpeg/avio.pas
parent3a82c1e1f853942d351e3622e6bd64768c9a9553 (diff)
downloadusdx-8ba7eab8d58733b17e41d03ac237e7ff813ff4b0.tar.gz
usdx-8ba7eab8d58733b17e41d03ac237e7ff813ff4b0.tar.xz
usdx-8ba7eab8d58733b17e41d03ac237e7ff813ff4b0.zip
update avformat to 52.68.0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2584 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg/avio.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avio.pas b/src/lib/ffmpeg/avio.pas
index 0ebca5fa..1965e037 100644
--- a/src/lib/ffmpeg/avio.pas
+++ b/src/lib/ffmpeg/avio.pas
@@ -258,7 +258,7 @@ function url_read (h: PURLContext; buf: PByteArray; size: cint): cint;
function url_read_complete (h: PURLContext; buf: PByteArray; size: cint): cint; cdecl;
cdecl; external av__format;
{$IFEND}
-function url_write (h: PURLContext; buf: PByteArray; size: cint): cint;
+function url_write (h: PURLContext; {const} buf: PByteArray; size: cint): cint;
cdecl; external av__format;
function url_seek (h: PURLContext; pos: cint64; whence: cint): cint64;
cdecl; external av__format;