aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/avio.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-06-14 13:57:15 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-06-14 13:57:15 +0000
commitbcec80f4bc1a7b299f37b49d463494d6817f4496 (patch)
tree0b067c35420e6efed5d1514a346be7bcd12e3d42 /Game/Code/lib/ffmpeg/avio.pas
parentc4b6f33f5a70eff3cc721cc66ebc1cd2cabe842a (diff)
downloadusdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.tar.gz
usdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.tar.xz
usdx-bcec80f4bc1a7b299f37b49d463494d6817f4496.zip
ffmpeg update
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1147 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/ffmpeg/avio.pas')
-rw-r--r--Game/Code/lib/ffmpeg/avio.pas4
1 files changed, 3 insertions, 1 deletions
diff --git a/Game/Code/lib/ffmpeg/avio.pas b/Game/Code/lib/ffmpeg/avio.pas
index 778cd9bf..745725b7 100644
--- a/Game/Code/lib/ffmpeg/avio.pas
+++ b/Game/Code/lib/ffmpeg/avio.pas
@@ -24,6 +24,7 @@ For Mac OS X, some modifications were made by The Creative CAT, denoted as CAT
in the source codes *)
(*
+ * Conversion of libavformat/avio.h
* revision 12658, Mon Mar 31 17:31:11 2008 UTC
*)
@@ -42,7 +43,8 @@ unit avio;
interface
uses
- avutil, // for uint64
+ avutil,
+ avcodec,
UConfig;
(* output byte stream handling *)