aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-2.1/avutil.pas
diff options
context:
space:
mode:
authorbrian-ch <brian-ch@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-25 17:12:29 +0000
committerbrian-ch <brian-ch@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-25 17:12:29 +0000
commitad56bc83540ddddd204e8cf03a41c2ac1aff54db (patch)
treea014fd66dcacfc96cee43e825e8be06b1252977a /src/lib/ffmpeg-2.1/avutil.pas
parent5721074cc1069fa93c341ae62f2b38a073a069ff (diff)
downloadusdx-ad56bc83540ddddd204e8cf03a41c2ac1aff54db.tar.gz
usdx-ad56bc83540ddddd204e8cf03a41c2ac1aff54db.tar.xz
usdx-ad56bc83540ddddd204e8cf03a41c2ac1aff54db.zip
fixes in avcodec, and update avutil
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3055 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg-2.1/avutil.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-2.1/avutil.pas b/src/lib/ffmpeg-2.1/avutil.pas
index 9be506f8..5ce5141b 100644
--- a/src/lib/ffmpeg-2.1/avutil.pas
+++ b/src/lib/ffmpeg-2.1/avutil.pas
@@ -231,6 +231,11 @@ function av_int_list_length({const} list: pointer; term: cuint64): cuint;
{$INCLUDE libavutil/samplefmt.pas}
+{$INCLUDE libavutil/buffer.pas}
+
+{$INCLUDE libavutil/frame.pas}
+
+
(* libavutil/common.h *) // until now MKTAG and MKBETAG is all from common.h KMS 19/5/2010
(**