diff options
Diffstat (limited to 'src/lib/ffmpeg/avutil.pas')
-rw-r--r-- | src/lib/ffmpeg/avutil.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas index 1c0fff0d..708b5533 100644 --- a/src/lib/ffmpeg/avutil.pas +++ b/src/lib/ffmpeg/avutil.pas @@ -121,7 +121,7 @@ const {$IF LIBAVUTIL_VERSION >= 49008000} // 49.8.0 (** - * Returns the LIBAVUTIL_VERSION constant. + * Returns the LIBAVUTIL_VERSION_INT constant. *) function avutil_version(): cuint; cdecl; external av__format; |