]> git.sesse.net Git - ffmpeg/blobdiff - doc/utils.texi
fate: Add pal8 copy test for avi
[ffmpeg] / doc / utils.texi
index 756c6090727fa71fa41d5f747527a8fc05357fd9..7aea4606098d88817fbdbf4deae14a0707c85bfb 100644 (file)
@@ -869,7 +869,7 @@ Return 1 if @var{x} is lesser than or equal to @var{y}, 0 otherwise.
 Return the maximum between @var{x} and @var{y}.
 
 @item min(x, y)
-Return the maximum between @var{x} and @var{y}.
+Return the minimum between @var{x} and @var{y}.
 
 @item mod(x, y)
 Compute the remainder of division of @var{x} by @var{y}.