From 660d185cb44ee5c8446d5019bdcf0a5f51862bc4 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 24 May 2012 08:33:49 +0000 Subject: add missing avcodec_open2 and PPAVDictionary. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2885 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.8/libavutil/dict.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg-0.8/libavutil/dict.pas') diff --git a/src/lib/ffmpeg-0.8/libavutil/dict.pas b/src/lib/ffmpeg-0.8/libavutil/dict.pas index d50d3b0b..fc11f014 100644 --- a/src/lib/ffmpeg-0.8/libavutil/dict.pas +++ b/src/lib/ffmpeg-0.8/libavutil/dict.pas @@ -41,6 +41,7 @@ type (* with the "help" of libavutil/internal.h: *) + PPAVDictionary = ^PAVDictionary; PAVDictionary = ^TAVDictionary; TAVDictionary = record count: cint; -- cgit v1.2.3