From 52aa127d05b31ac99fd3b8fe5670d57a63779be7 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 24 May 2012 09:09:01 +0000 Subject: add missing avformat_find_stream_info, av_find_best_stream, avformat_open_input and PPAVCodec git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2887 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.7/avcodec.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg-0.7/avcodec.pas') diff --git a/src/lib/ffmpeg-0.7/avcodec.pas b/src/lib/ffmpeg-0.7/avcodec.pas index 369a8e79..307c3ae2 100644 --- a/src/lib/ffmpeg-0.7/avcodec.pas +++ b/src/lib/ffmpeg-0.7/avcodec.pas @@ -1544,6 +1544,7 @@ type PAVClass = ^TAVClass; + PPAVCodec = ^PAVCodec; PAVCodec = ^TAVCodec; PAVHWAccel = ^TAVHWAccel; -- cgit v1.2.3