aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.7/avutil.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg-0.7/avutil.pas5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/ffmpeg-0.7/avutil.pas b/src/lib/ffmpeg-0.7/avutil.pas
index 6dd0643f..760ad4e1 100644
--- a/src/lib/ffmpeg-0.7/avutil.pas
+++ b/src/lib/ffmpeg-0.7/avutil.pas
@@ -26,9 +26,6 @@
* libavutil/avutil.h:
* version: 50.43.0
*
- * include/keep pixfmt.h (change in revision 50.01.0)
- * Maybe, the pixelformats are not needed, but it has not been checked.
- *
*)
unit avutil;
@@ -73,7 +70,6 @@ const
(LIBAVUTIL_MIN_VERSION_RELEASE * VERSION_RELEASE);
(* Check if linked versions are supported *)
-(*
{$IF (LIBAVUTIL_VERSION < LIBAVUTIL_MIN_VERSION)}
{$MESSAGE Error 'Linked version of libavutil is too old!'}
{$IFEND}
@@ -81,7 +77,6 @@ const
{$IF (LIBAVUTIL_VERSION > LIBAVUTIL_MAX_VERSION)}
{$MESSAGE Error 'Linked version of libavutil is not yet supported!'}
{$IFEND}
-*)
(**
* Return the LIBAVUTIL_VERSION_INT constant.