[SCM] libav/experimental: Fix crop filter syntax shown for the -crop* options in the ffmpeg man page.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:04 UTC 2013


The following commit has been merged in the experimental branch:
commit 0461367cec948a37ed6ad86bf066698dedbc028e
Author: Stefan de Konink <stefan at .konink.de>
Date:   Sun Jul 11 11:56:56 2010 +0000

    Fix crop filter syntax shown for the -crop* options in the ffmpeg man
    page.
    
    Patch by Stefan de Konink /$name/@/konink/de.
    
    Originally committed as revision 24192 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 07d942a..7e3abad 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -226,13 +226,13 @@ The following abbreviations are recognized:
 
 @item -aspect @var{aspect}
 Set aspect ratio (4:3, 16:9 or 1.3333, 1.7777).
- at item -croptop @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -croptop @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set top crop band size (in pixels).
- at item -cropbottom @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -cropbottom @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set bottom crop band size (in pixels).
- at item -cropleft @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -cropleft @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set left crop band size (in pixels).
- at item -cropright @var{size} (deprecated - use -vf crop=width:height:x:y instead)
+ at item -cropright @var{size} (deprecated - use -vf crop=x:y:width:height instead)
 Set right crop band size (in pixels).
 @item -padtop @var{size}
 @item -padbottom @var{size}

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list