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 19:26:14 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-07-20 19:26:14 +0000
commit145aa4960ddf6cb96f0dd6eb86177cbb89b0161c (patch)
tree4539cb13fb17d57167de7adb97e393b695e13da2 /src/lib/ffmpeg/avio.pas
parent9006de111c4f56259f90e9c3ebfae720ce650969 (diff)
downloadusdx-145aa4960ddf6cb96f0dd6eb86177cbb89b0161c.tar.gz
usdx-145aa4960ddf6cb96f0dd6eb86177cbb89b0161c.tar.xz
usdx-145aa4960ddf6cb96f0dd6eb86177cbb89b0161c.zip
update avformat to 52.71.0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2587 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/avio.pas')
-rw-r--r--src/lib/ffmpeg/avio.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ffmpeg/avio.pas b/src/lib/ffmpeg/avio.pas
index 4c2c08d6..517c02ec 100644
--- a/src/lib/ffmpeg/avio.pas
+++ b/src/lib/ffmpeg/avio.pas
@@ -174,6 +174,11 @@ type
{$IF LIBAVFORMAT_VERSION >= 52031000} // 52.31.0
url_get_file_handle: function (h: PURLContext): cint; cdecl;
{$IFEND}
+
+ {$IF LIBAVFORMAT_VERSION >= 52071000} // 52.71.0
+ priv_data_size: cint;
+ {const} priv_data_class: PAVClass;
+ {$IFEND}
end;
(**