diff options
Diffstat (limited to 'src/lib/ffmpeg-1.0/avcodec.pas')
-rw-r--r-- | src/lib/ffmpeg-1.0/avcodec.pas | 4 |
1 files changed, 2 insertions, 2 deletions
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; |