From a6f15194a1876729d96d4f47cbf56a3390fd9cc8 Mon Sep 17 00:00:00 2001 From: brian-ch Date: Sun, 29 Dec 2013 12:56:26 +0000 Subject: Fix a typo in avcodec git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3061 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-2.1/avcodec.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/ffmpeg-2.1/avcodec.pas b/src/lib/ffmpeg-2.1/avcodec.pas index d08a3471..5aeaee4b 100644 --- a/src/lib/ffmpeg-2.1/avcodec.pas +++ b/src/lib/ffmpeg-2.1/avcodec.pas @@ -144,7 +144,7 @@ const {$ifndef FF_API_DEINTERLACE} {$define FF_API_DEINTERLACE := (LIBAVCODEC_VERSION_MAJOR < 56)} {$endif} -{$ifndef FF_API_DESTRUCT_PACKET +{$ifndef FF_API_DESTRUCT_PACKET} {$define FF_API_DESTRUCT_PACKET := (LIBAVCODEC_VERSION_MAJOR < 56)} {$endif} {$ifndef FF_API_GET_BUFFER} @@ -2034,6 +2034,7 @@ procedure av_frame_set_pkt_size(frame: PAVFrame; val: cint); type TAVCodecInternal = record end; + PAVCodecInternal = ^TAVCodecInternal; PAVCodecContext = ^TAVCodecContext; -- cgit v1.2.3