From aceb24cd466e03e092b9ef388ae6af4064f64070 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 1 Mar 2013 23:17:01 +0000 Subject: avcodec.pas: fix 1.0 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2968 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-1.0/avcodec.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg-1.0/avcodec.pas') diff --git a/src/lib/ffmpeg-1.0/avcodec.pas b/src/lib/ffmpeg-1.0/avcodec.pas index cb3401f4..8b06fb28 100644 --- a/src/lib/ffmpeg-1.0/avcodec.pas +++ b/src/lib/ffmpeg-1.0/avcodec.pas @@ -3581,8 +3581,8 @@ type (** * 1 indicates this subtitle is a forced subtitle. * A forced subtitle should be displayed even when subtitles are hidden. - *( - iforced: cint; + *) + forced: cint; end; {TAVSubtitleRect} PPAVSubtitle = ^PAVSubtitle; -- cgit v1.2.3