aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UVideo.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/media/UVideo.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/media/UVideo.pas b/src/media/UVideo.pas
index 0fc86ac4..a4b12962 100644
--- a/src/media/UVideo.pas
+++ b/src/media/UVideo.pas
@@ -584,7 +584,7 @@ begin
end;
if (fFormatContext <> nil) then
- {$IF LIBAVFORMAT_VERSION >= 53017003)}
+ {$IF LIBAVFORMAT_VERSION >= 53024002)}
avformat_close_input(@fFormatContext);
{$ELSE}
av_close_input_file(fFormatContext);