From ad56bc83540ddddd204e8cf03a41c2ac1aff54db Mon Sep 17 00:00:00 2001 From: brian-ch Date: Wed, 25 Dec 2013 17:12:29 +0000 Subject: fixes in avcodec, and update avutil git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3055 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-2.1/avutil.pas | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/ffmpeg-2.1/avutil.pas') 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 (** -- cgit v1.2.3